]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32-menu-bar-open): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Jun 2008 03:54:06 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Jun 2008 03:54:06 +0000 (03:54 +0000)
lisp/menu-bar.el

index a7ca598111067c20619c5f8482585b1feb305191..66793a4a805423c7304805b805772b6a58036d0d 100644 (file)
@@ -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.