diff options
| author | Richard M. Stallman | 2005-10-04 20:29:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-04 20:29:00 +0000 |
| commit | 6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c (patch) | |
| tree | fa483cbeb3949128de33049217d89ace9f277faf | |
| parent | 966a7f495bfbc49e5744c7950fd25ce4f9958903 (diff) | |
| download | emacs-6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c.tar.gz emacs-6487ea0d84ebc2fd72f6e43cd029ccf25a269d8c.zip | |
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.
| -rw-r--r-- | lisp/textmodes/flyspell.el | 1 |
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 |