emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110819: * server.el (server-c


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110819: * server.el (server-create-window-system-frame): Handle Nextstep
Date: Thu, 08 Nov 2012 16:07:09 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +     * server.el (server-create-window-system-frame): Handle Nextstep
> +     specially (Bug#12780).
[...]
> +    ;; Special case for ns.
> +    (if (featurep 'ns-win)
> +     (setq w 'ns display "ns"))

The (featurep 'ns-win) test says "do something special for ns", then the
comment repeats it and the commit message as well.  But nowhere do you
say what we really want to know: why we need to handle nextstep specially.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]