Mercurial > emacs
changeset 8725:e4e6dc1e1be8
Further split the Ispell menu autoloads.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 11 Sep 1994 05:43:50 +0000 |
parents | fbeec7796f8f |
children | fcf64871aa14 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Sat Sep 10 20:06:02 1994 +0000 +++ b/lisp/textmodes/ispell.el Sun Sep 11 05:43:50 1994 +0000 @@ -535,7 +535,11 @@ (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]