mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* server.el (server-create-window-system-frame): Handle Nextstep
specially. Fixes: debbugs:12780
This commit is contained in:
parent
82f84fa3cd
commit
531bdce69d
@ -1,3 +1,8 @@
|
||||
2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* server.el (server-create-window-system-frame): Handle Nextstep
|
||||
specially (Bug#12780).
|
||||
|
||||
2012-11-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
|
||||
|
@ -842,6 +842,10 @@ This handles splitting the command if it would be bigger than
|
||||
(unless (assq w window-system-initialization-alist)
|
||||
(setq w nil))
|
||||
|
||||
;; Special case for ns.
|
||||
(if (featurep 'ns-win)
|
||||
(setq w 'ns display "ns"))
|
||||
|
||||
(cond (w
|
||||
;; Flag frame as client-created, but use a dummy client.
|
||||
;; This will prevent the frame from being deleted when
|
||||
|
Loading…
Reference in New Issue
Block a user