emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/guess-language bad0375 062/101: Always spell check with


From: Stefan Monnier
Subject: [elpa] externals/guess-language bad0375 062/101: Always spell check with fast strategy.
Date: Sat, 23 Feb 2019 10:34:43 -0500 (EST)

branch: externals/guess-language
commit bad037525ac28855614731505e43dec886c43266
Author: Titus von der Malsburg <address@hidden>
Commit: Titus von der Malsburg <address@hidden>

    Always spell check with fast strategy.
---
 guess-language.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guess-language.el b/guess-language.el
index c642fea..c7c2889 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -179,7 +179,8 @@ BEGINNING, END, and DOUBLON are ignored."
       (unless (string= old-dictionary ispell-local-dictionary)
         (let ((flyspell-issue-welcome-flag nil)
               (flyspell-issue-message-flag nil)
-              (flyspell-incorrect-hook nil))
+              (flyspell-incorrect-hook nil)
+              (flyspell-large-region 1))
           (flyspell-region (save-excursion (backward-paragraph) (point))
                            (save-excursion (forward-paragraph) (point))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]