aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 18:27:25 +0000
committerRichard M. Stallman2005-03-06 18:27:25 +0000
commit6a37fcbfa145ee2226016fa9342759efdb049dd6 (patch)
tree150ee406085e59bd33c99a071eef682ce2cd5532
parent34398e6c473002946b8e2c4cc8538f35d9fc3b71 (diff)
downloademacs-6a37fcbfa145ee2226016fa9342759efdb049dd6.tar.gz
emacs-6a37fcbfa145ee2226016fa9342759efdb049dd6.zip
(flyspell-large-region): Pass args differently for aspell.
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index c224a970e01..7020426b9a8 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1329,7 +1329,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
1329 nil 1329 nil
1330 buffer 1330 buffer
1331 nil 1331 nil
1332 "-l" 1332 (if ispell-really-aspell "list" "-l")
1333 (let (args) 1333 (let (args)
1334 ;; Local dictionary becomes the global dictionary in use. 1334 ;; Local dictionary becomes the global dictionary in use.
1335 (if ispell-local-dictionary 1335 (if ispell-local-dictionary