From 6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Oct 2005 20:29:00 +0000 Subject: [PATCH] (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. --- lisp/textmodes/flyspell.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2