projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a41ed3
)
(w32-menu-bar-open): Declare for compiler.
author
Glenn Morris
<rgm@gnu.org>
Thu, 12 Jun 2008 03:54:06 +0000
(
03:54
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 12 Jun 2008 03:54:06 +0000
(
03:54
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index a7ca598111067c20619c5f8482585b1feb305191..66793a4a805423c7304805b805772b6a58036d0d 100644
(file)
--- 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.