diff lisp/menu-bar.el @ 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 ea2762d2d847
children 35f0faee6e04
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.