]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-menu-bar-open): Declare as function.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:51:09 +0000 (13:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:51:09 +0000 (13:51 +0000)
lisp/menu-bar.el

index 116d78420539ac63015b3e304b208e634fd4fef2..2f4c95d6484146c3f8039cb671352c4a9a01de33 100644 (file)
@@ -1775,6 +1775,8 @@ See `menu-bar-mode' for more information."
       (menu-bar-mode (if (> (frame-parameter nil 'menu-bar-lines) 0) 0 1))
     (menu-bar-mode arg)))
 
+(declare-function x-menu-bar-open "term/x-win" (&optional frame))
+
 (defun menu-bar-open (&optional frame)
   "Start key navigation of the menu bar in FRAME.