From f464330b30f19c257eca6b9fc6a21001aad16560 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 22 Nov 2007 13:51:09 +0000 Subject: [PATCH] (x-menu-bar-open): Declare as function. --- lisp/menu-bar.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 116d7842053..2f4c95d6484 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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. -- 2.39.2