Mercurial > emacs
changeset 65835:d2f4d7bfbaef
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Oct 2005 20:29:00 +0000 |
parents | 153b746cc2d0 |
children | c502b2c18f47 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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