From: Glenn Morris Date: Thu, 12 Jun 2008 03:54:06 +0000 (+0000) Subject: (w32-menu-bar-open): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~4862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ad31f1bbae0aa9de6ff997803dcb4466b24e47d;p=emacs.git (w32-menu-bar-open): Declare for compiler. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index a7ca5981110..66793a4a805 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1897,6 +1897,7 @@ See `menu-bar-mode' for more information." (menu-bar-mode arg))) (declare-function x-menu-bar-open "term/x-win" (&optional frame)) +(declare-function w32-menu-bar-open "term/w32-win" (&optional frame)) (defun menu-bar-open (&optional frame) "Start key navigation of the menu bar in FRAME.