From 2db0e49ceef7ae03dac56d1ea90350322fee6a58 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 16 Aug 2008 16:52:10 +0000 Subject: [PATCH] (flyspell-word): Revert last change. --- lisp/textmodes/flyspell.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 121b4b29d3f..1e7602cc31c 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -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) -- 2.11.4.GIT