diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-06 18:27:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-06 18:27:25 +0000 |
commit | 6a37fcbfa145ee2226016fa9342759efdb049dd6 (patch) | |
tree | 150ee406085e59bd33c99a071eef682ce2cd5532 | |
parent | 34398e6c473002946b8e2c4cc8538f35d9fc3b71 (diff) | |
download | emacs-6a37fcbfa145ee2226016fa9342759efdb049dd6.tar.gz |
(flyspell-large-region): Pass args differently for aspell.
-rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
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)." nil buffer nil - "-l" + (if ispell-really-aspell "list" "-l") (let (args) ;; Local dictionary becomes the global dictionary in use. (if ispell-local-dictionary |