diff lisp/menu-bar.el @ 105717:34b6eefd60c2

* menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Oct 2009 08:20:11 +0000
parents 6b8dce5c4461
children cdc718e48308
line wrap: on
line diff
--- a/lisp/menu-bar.el	Fri Oct 23 07:29:21 2009 +0000
+++ b/lisp/menu-bar.el	Fri Oct 23 08:20:11 2009 +0000
@@ -61,6 +61,9 @@
 ;; This is referenced by some code below; it is defined in uniquify.el
 (defvar uniquify-buffer-name-style)
 
+;; From emulation/cua-base.el; used below
+(defvar cua-enable-cua-keys)
+
 
 ;; The "File" menu items
 (define-key menu-bar-file-menu [exit-emacs]