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

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

[elpa] externals/guess-language 09e1a41 06/10: Fix #23.


From: Stefan Monnier
Subject: [elpa] externals/guess-language 09e1a41 06/10: Fix #23.
Date: Wed, 17 Apr 2019 08:12:40 -0400 (EDT)

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

    Fix #23.
---
 guess-language.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guess-language.el b/guess-language.el
index cc4b5a2..ae68069 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -250,7 +250,7 @@ which LANG was detected."
 LANG is the ISO 639-1 code of the language (as a
 symbol).  _BEGINNING and _END are the endpoints of the region in
 which LANG was detected (not used)."
-  (when (bound-and-true-p 'typo-mode)
+  (when (bound-and-true-p typo-mode)
     (let* ((typo-lang (cl-caddr (assq lang guess-language-langcodes))))
       (typo-change-language typo-lang))))
 



reply via email to

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