]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-initialize-window-system): Declare as function.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:36 +0000 (13:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:36 +0000 (13:50 +0000)
lisp/frame.el

index 341ca79e9768a4b4d4ed6cdddcdbcbe799ac7b9b..df3ed16f57432c62b36b23a7ab8873a58b3df7a3 100644 (file)
@@ -600,6 +600,8 @@ is not considered (see `next-frame')."
                                  0))
   (select-frame-set-input-focus (selected-frame)))
 
+(declare-function x-initialize-window-system "term/x-win" ())
+
 (defun make-frame-on-display (display &optional parameters)
   "Make a frame on X display DISPLAY.
 The optional second argument PARAMETERS specifies additional frame parameters."