summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-16 16:52:10 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-16 16:52:10 +0000
commit2db0e49ceef7ae03dac56d1ea90350322fee6a58 (patch)
tree5260371db932f47ac8b7c216bffa0a1d38ff7436
parenta21348cbe47b03548a5e73f1b471a085d582f616 (diff)
downloademacs-2db0e49ceef7ae03dac56d1ea90350322fee6a58.tar.gz
(flyspell-word): Revert last change.
-rw-r--r--lisp/textmodes/flyspell.el1
1 files changed, 0 insertions, 1 deletions
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)