diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-17 05:32:15 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-17 05:32:15 +0000 |
commit | caaf330fee0bb82439c1e47c4cc08ca888236bc9 (patch) | |
tree | 2fcfc9d716ccc65ec5d50fdea63f12d71c6ebbae | |
parent | 7373939990e4cf8ec7911c37a60cd65f0da50e1e (diff) | |
download | emacs-caaf330fee0bb82439c1e47c4cc08ca888236bc9.tar.gz |
(ispell-local-dictionary-alist): Add autoload cookie.
-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 1b22c23e65c..0802b7857f4 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -398,6 +398,7 @@ for language-specific arguments." ;; Define definitions here only for personal dictionaries. +;;;###autoload (defcustom ispell-local-dictionary-alist nil "*Contains local or customized dictionary definitions. See `ispell-dictionary-alist'." |