aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-11-22 13:50:36 +0000
committerJuanma Barranquero <[email protected]>2007-11-22 13:50:36 +0000
commitbbf6ef44b622a67e9f1482d4f0341d649724cfab (patch)
tree6be0a7e32f211a3a7ff9c5c419a630195c29ec75 /lisp
parente8425548454847c653550dc814c41dab5c94e12d (diff)
(x-initialize-window-system): Declare as function.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 341ca79e97..df3ed16f57 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -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."