]> git.eshelyaron.com Git - emacs.git/commitdiff
(ns-display-name): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Jul 2008 02:35:06 +0000 (02:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Jul 2008 02:35:06 +0000 (02:35 +0000)
lisp/frame.el

index 55966c4f67ae8e1331e1e0a4084228125eea92c2..b8ec20bf0c37338e6878fb5f2289ed8f830f0326 100644 (file)
@@ -605,7 +605,8 @@ is not considered (see `next-frame')."
 
 (declare-function x-initialize-window-system "term/x-win" ())
 (declare-function ns-initialize-window-system "term/ns-win" ())
-(defvar x-display-name)
+(defvar x-display-name)                 ; term/x-win
+(defvar ns-display-name)                ; term/ns-win
 
 (defun make-frame-on-display (display &optional parameters)
   "Make a frame on X display DISPLAY.