diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-10-04 20:29:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-10-04 20:29:00 +0000 |
commit | 6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c (patch) | |
tree | fa483cbeb3949128de33049217d89ace9f277faf /lisp/textmodes/flyspell.el | |
parent | 966a7f495bfbc49e5744c7950fd25ce4f9958903 (diff) | |
download | emacs-6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c.tar.gz |
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r-- | lisp/textmodes/flyspell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 151a32c60a9..bd91e2b9b3d 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -536,6 +536,7 @@ in your .emacs file. ;*---------------------------------------------------------------------*/ (defun flyspell-mode-on () "Turn Flyspell mode on. Do not use this; use `flyspell-mode' instead." + (ispell-maybe-find-aspell-dictionaries) (setq ispell-highlight-face 'flyspell-incorrect) ;; local dictionaries setup (or ispell-local-dictionary ispell-dictionary |