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

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

[elpa] externals/guess-language 5ec9b58 02/10: Fix typo.


From: Stefan Monnier
Subject: [elpa] externals/guess-language 5ec9b58 02/10: Fix typo.
Date: Wed, 17 Apr 2019 08:12:39 -0400 (EDT)

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

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

diff --git a/guess-language.el b/guess-language.el
index 39bf645..c517588 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -249,7 +249,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 (boundp-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]