changeset 86322:b59436080a4c

(x-menu-bar-open): Declare as function.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 22 Nov 2007 13:51:09 +0000
parents 05a5763c9e23
children 0d44c5b9e7b7
files lisp/menu-bar.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Thu Nov 22 13:50:36 2007 +0000
+++ b/lisp/menu-bar.el	Thu Nov 22 13:51:09 2007 +0000
@@ -1775,6 +1775,8 @@
       (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.