# HG changeset patch # User Richard M. Stallman # Date 779262230 0 # Node ID e4e6dc1e1be86bf6876df811d1f76af2200cc050 # Parent fbeec7796f8f561e46643268dd0c1f3f0cb5cf9f Further split the Ispell menu autoloads. diff -r fbeec7796f8f -r e4e6dc1e1be8 lisp/textmodes/ispell.el --- 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]