From: Richard M. Stallman Date: Sun, 11 Sep 1994 05:43:50 +0000 (+0000) Subject: Further split the Ispell menu autoloads. X-Git-Tag: emacs-19.34~7129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60d4887419ac4b5718c6acd0602141ef9f2ab79d;p=emacs.git Further split the Ispell menu autoloads. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index efc6555ae93..6568e5b25ca 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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]