]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-word): Revert last change.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 16:52:10 +0000 (16:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 16:52:10 +0000 (16:52 +0000)
lisp/textmodes/flyspell.el

index 121b4b29d3f3f4e8d9e7886920345b278381bbcd..1e7602cc31cb2d425948cc8304c6de4ad172651e 100644 (file)
@@ -1004,7 +1004,6 @@ Mostly we check word delimiters."
 (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)