summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-04 20:29:00 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-04 20:29:00 +0000
commit6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c (patch)
treefa483cbeb3949128de33049217d89ace9f277faf /lisp/textmodes/flyspell.el
parent966a7f495bfbc49e5744c7950fd25ce4f9958903 (diff)
downloademacs-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.el1
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