Mercurial > emacs
changeset 51590:f13922c0480e
(ispell-menu-bar): Don't autoload.
(cvs-global-menu): Use the function rather than the variable.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 16 Jun 2003 20:30:31 +0000 |
parents | b521a93dd16b |
children | 0c99783aa385 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Mon Jun 16 20:21:42 2003 +0000 +++ b/lisp/menu-bar.el Mon Jun 16 20:30:31 2003 +0000 @@ -484,8 +484,6 @@ (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 @@ (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"))