From: Richard M. Stallman Date: Tue, 4 Oct 2005 20:29:00 +0000 (+0000) Subject: (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. X-Git-Tag: emacs-pretest-22.0.90~6820 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c;p=emacs.git (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. --- 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