emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] master 32853e1: * lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)
Date: Sun, 1 Jul 2018 00:08:23 -0400 (EDT)

branch: master
commit 32853e1531532af6f6dad4aba86cf6464aac8437
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)
---
 lisp/hexl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/hexl.el b/lisp/hexl.el
index e4d34718..ad860ae 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1000,7 +1000,8 @@ 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
+  :global nil
+  (if hexl-follow-ascii-mode
       ;; turn it on
       (progn
         (unless hexl-ascii-overlay



reply via email to

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