aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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