(ispell-menu-bar): Don't autoload.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Jun 2003 20:30:31 +0000 (20:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Jun 2003 20:30:31 +0000 (20:30 +0000)
(cvs-global-menu): Use the function rather than the variable.

lisp/menu-bar.el

index dda1a3f..469d0b0 100644 (file)
@@ -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"))