From 6a37fcbfa145ee2226016fa9342759efdb049dd6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 18:27:25 +0000 Subject: [PATCH] (flyspell-large-region): Pass args differently for aspell. --- lisp/textmodes/flyspell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2