summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-12 03:54:06 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-12 03:54:06 +0000
commit1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (patch)
treed159fe1b2d56172c11c8588de38e41046e7fa330 /lisp
parent2a41ed3528e340befa13c616bd0717b71d96f182 (diff)
downloademacs-1ad31f1bbae0aa9de6ff997803dcb4466b24e47d.tar.gz
emacs-1ad31f1bbae0aa9de6ff997803dcb4466b24e47d.tar.bz2
emacs-1ad31f1bbae0aa9de6ff997803dcb4466b24e47d.zip
(w32-menu-bar-open): Declare for compiler.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el1
1 files changed, 1 insertions, 0 deletions
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.