emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110821: * server.el (server-creat


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110821: * server.el (server-create-window-system-frame): Improved comment.
Date: Fri, 09 Nov 2012 07:28:27 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110821
committer: Jan D. <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-11-09 07:28:27 +0100
message:
  * server.el (server-create-window-system-frame): Improved comment.
modified:
  lisp/server.el
=== modified file 'lisp/server.el'
--- a/lisp/server.el    2012-11-09 06:27:01 +0000
+++ b/lisp/server.el    2012-11-09 06:28:27 +0000
@@ -844,7 +844,8 @@
 
     ;; Special case for ns.  This is because DISPLAY may not be set at all
     ;; which in the ns case isn't an error.  The variable display then becomes
-    ;; the fully qualified hostname.
+    ;; the fully qualified hostname, which make-frame-on-display below
+    ;; does not understand and throws an error.
     ;; It may also be a valid X display, but if Emacs is compiled for ns, it
     ;; can not make X frames.
     (if (featurep 'ns-win)


reply via email to

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