diff options
| author | Richard M. Stallman | 1994-03-10 07:25:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-10 07:25:09 +0000 |
| commit | 29bff36629ca163cc2c7c688409d452817d6f12b (patch) | |
| tree | 9c8398b3767eb53114fe71b1911824dd09861de3 | |
| parent | 7d687545ec13c1984f9664df0f722c9b07a01614 (diff) | |
| download | emacs-29bff36629ca163cc2c7c688409d452817d6f12b.tar.gz emacs-29bff36629ca163cc2c7c688409d452817d6f12b.zip | |
(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.
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 385 | change it, as changing this variable only takes effect in a newly | 385 | change it, as changing this variable only takes effect in a newly |
| 386 | started ispell process.") | 386 | started ispell process.") |
| 387 | 387 | ||
| 388 | ;;;###autoload | ||
| 388 | (defvar ispell-dictionary-alist ; sk 9-Aug-1991 18:28 | 389 | (defvar ispell-dictionary-alist ; sk 9-Aug-1991 18:28 |
| 389 | '((nil ; default (english.aff) | 390 | '((nil ; default (english.aff) |
| 390 | "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) | 391 | "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) |