]> git.eshelyaron.com Git - emacs.git/commitdiff
* server.el (server-create-window-system-frame): Handle Nextstep
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 8 Nov 2012 19:25:39 +0000 (20:25 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 8 Nov 2012 19:25:39 +0000 (20:25 +0100)
specially.

Fixes: debbugs:12780
lisp/ChangeLog
lisp/server.el

index fd5acb56d135ea185d27a0fc1d051b09853868f3..bbc36cdf4c3960bc8d73ab4b2f43cadc0095616b 100644 (file)
@@ -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):
index 7a356a90378e7d60b01a9b52de899570d86da7d2..ab0dc95a43fb1f24472b4c6f26e85eee31787455 100644 (file)
@@ -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