]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Jul 2018 04:08:11 +0000 (00:08 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Jul 2018 04:08:11 +0000 (00:08 -0400)
lisp/hexl.el

index e4d347189730e2ddff00ce47f77ee6c04c89358b..ad860aee1879ecb22af4b4e8b845f3ce5442cf1e 100644 (file)
@@ -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