From 29bff36629ca163cc2c7c688409d452817d6f12b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Mar 1994 07:25:09 +0000 Subject: [PATCH] (ispell-dictionary-alist): Add autoload. (ispell-menu-map): Don't redefine if already defined. Don't test for menu-bar since this is now done before menu-bar. --- lisp/textmodes/ispell.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 88d0bbbabdd..e4aa22295e5 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -385,6 +385,7 @@ your .emacs), or use the \\[ispell-change-dictionary] command to change it, as changing this variable only takes effect in a newly started ispell process.") +;;;###autoload (defvar ispell-dictionary-alist ; sk 9-Aug-1991 18:28 '((nil ; default (english.aff) "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) -- 2.39.5