aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-04 20:29:00 +0000
committerRichard M. Stallman2005-10-04 20:29:00 +0000
commit6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c (patch)
treefa483cbeb3949128de33049217d89ace9f277faf
parent966a7f495bfbc49e5744c7950fd25ce4f9958903 (diff)
downloademacs-6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c.tar.gz
emacs-6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c.zip
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.
-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.
536;*---------------------------------------------------------------------*/ 536;*---------------------------------------------------------------------*/
537(defun flyspell-mode-on () 537(defun flyspell-mode-on ()
538 "Turn Flyspell mode on. Do not use this; use `flyspell-mode' instead." 538 "Turn Flyspell mode on. Do not use this; use `flyspell-mode' instead."
539 (ispell-maybe-find-aspell-dictionaries)
539 (setq ispell-highlight-face 'flyspell-incorrect) 540 (setq ispell-highlight-face 'flyspell-incorrect)
540 ;; local dictionaries setup 541 ;; local dictionaries setup
541 (or ispell-local-dictionary ispell-dictionary 542 (or ispell-local-dictionary ispell-dictionary