From: Juanma Barranquero Date: Thu, 22 Nov 2007 13:50:36 +0000 (+0000) Subject: (x-initialize-window-system): Declare as function. X-Git-Tag: emacs-pretest-23.0.90~9559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbf6ef44b622a67e9f1482d4f0341d649724cfab;p=emacs.git (x-initialize-window-system): Declare as function. --- diff --git a/lisp/frame.el b/lisp/frame.el index 341ca79e976..df3ed16f574 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."