]> git.eshelyaron.com Git - emacs.git/commitdiff
Further split the Ispell menu autoloads.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Sep 1994 05:43:50 +0000 (05:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Sep 1994 05:43:50 +0000 (05:43 +0000)
lisp/textmodes/ispell.el

index efc6555ae9355c56ed6817a950cf90c977c33d56..6568e5b25caf99c8840b2745cfc5f3070b843548 100644 (file)
@@ -535,7 +535,11 @@ language.aff file \(e.g., english.aff\).")
       (define-key ispell-menu-map [ispell-word]
        '("Check Word" . ispell-word))
       (define-key ispell-menu-map [ispell-buffer]
-       '("Check Buffer" . ispell-buffer))
+       '("Check Buffer" . ispell-buffer))))
+
+;;;###autoload
+(if ispell-menu-map-needed
+    (progn
       (define-key ispell-menu-map [ispell-message]
        '("Check Message" . ispell-message))
       (define-key ispell-menu-map [ispell-help]