changeset 95840:0e3c2e18b9c3

(w32-menu-bar-open): Declare for compiler.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:54:06 +0000
parents 564317b2d075
children b4e36ff621b3
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Thu Jun 12 03:53:47 2008 +0000
+++ b/lisp/menu-bar.el	Thu Jun 12 03:54:06 2008 +0000
@@ -1897,6 +1897,7 @@
     (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.