From: Richard M. Stallman Date: Sun, 6 Mar 2005 18:27:25 +0000 (+0000) Subject: (flyspell-large-region): Pass args differently for aspell. X-Git-Tag: ttn-vms-21-2-B4~1931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a37fcbfa145ee2226016fa9342759efdb049dd6;p=emacs.git (flyspell-large-region): Pass args differently for aspell. --- 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