emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 852395b: * lisp/hexl.el (hexl-follow-ascii-mode): F


From: Eli Zaretskii
Subject: [Emacs-diffs] master 852395b: * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021)
Date: Sat, 30 Jun 2018 13:59:35 -0400 (EDT)

branch: master
commit 852395bab71cb7032692f3c95e1e4b81a884b66b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo.  (Bug#32021)
---
 lisp/hexl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/hexl.el b/lisp/hexl.el
index f37be9d..e4d34718 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1000,7 +1000,7 @@ Embedded whitespace, dashes, and periods in the string 
are ignored."
 When following is enabled, the ASCII character corresponding to the
 element under the point is highlighted.
 The default activation is controlled by `hexl-follow-ascii'."
-  (if hexl-follow-ascii-mode
+  (if hexl-follow-ascii
       ;; turn it on
       (progn
         (unless hexl-ascii-overlay



reply via email to

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