diff lisp/textmodes/flyspell.el @ 80737:60803f3caac0

(flyspell-word): Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 16 Aug 2008 16:52:10 +0000
parents 3843bed9cf0e
children
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Sat Aug 16 16:51:58 2008 +0000
+++ b/lisp/textmodes/flyspell.el	Sat Aug 16 16:52:10 2008 +0000
@@ -1004,7 +1004,6 @@
 (defun flyspell-word (&optional following)
   "Spell check a word."
   (interactive (list ispell-following-word))
-  (ispell-maybe-find-aspell-dictionaries)
   (save-excursion
     ;; use the correct dictionary
     (flyspell-accept-buffer-local-defs)