summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-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)