From: Stefan Monnier Date: Mon, 16 Jun 2003 20:30:31 +0000 (+0000) Subject: (ispell-menu-bar): Don't autoload. X-Git-Tag: ttn-vms-21-2-B4~9632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9817a6a3ee72823104adacb420ce5052d24da21c;p=emacs.git (ispell-menu-bar): Don't autoload. (cvs-global-menu): Use the function rather than the variable. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index dda1a3f6b0c..469d0b09a42 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -484,8 +484,6 @@ A large number or nil slows down menu responsiveness." (message "Selecting a region with the mouse does `copy' automatically") (kill-ring-save beg end))) -(autoload 'ispell-menu-map "ispell" nil t 'keymap) - ;; These are alternative definitions for the cut, paste and copy ;; menu items. Use them if your system expects these to use the clipboard. @@ -1037,8 +1035,8 @@ PROPS are additional properties." (defvar vc-menu-map (make-sparse-keymap "Version Control")) (define-key menu-bar-tools-menu [pcl-cvs] - `(menu-item "PCL-CVS" ,cvs-global-menu - :help "Module-level interface to CVS")) + '(menu-item "PCL-CVS" cvs-global-menu + :help "Module-level interface to CVS")) (define-key menu-bar-tools-menu [vc] (list 'menu-item "Version Control" vc-menu-map :help "Interface to RCS, CVS, SCCS"))