# HG changeset patch # User Richard M. Stallman # Date 1128457740 0 # Node ID d2f4d7bfbaef7a6a6f871748bd3a151a621f756e # Parent 153b746cc2d0ec0678fccd4f5051185694550ac5 (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. diff -r 153b746cc2d0 -r d2f4d7bfbaef lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Tue Oct 04 20:28:27 2005 +0000 +++ b/lisp/textmodes/flyspell.el Tue Oct 04 20:29:00 2005 +0000 @@ -536,6 +536,7 @@ ;*---------------------------------------------------------------------*/ (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