aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2018-07-01 00:08:11 -0400
committerStefan Monnier2018-07-01 00:08:11 -0400
commit32853e1531532af6f6dad4aba86cf6464aac8437 (patch)
treeaf487c4aef73933ca275f1fd6dc0d54555563230
parent31d1bb04ccf66f2f25e856fc224285a851f1eeff (diff)
downloademacs-32853e1531532af6f6dad4aba86cf6464aac8437.tar.gz
emacs-32853e1531532af6f6dad4aba86cf6464aac8437.zip
* lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)
-rw-r--r--lisp/hexl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index e4d34718973..ad860aee187 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1000,7 +1000,8 @@ Embedded whitespace, dashes, and periods in the string are ignored."
1000When following is enabled, the ASCII character corresponding to the 1000When following is enabled, the ASCII character corresponding to the
1001element under the point is highlighted. 1001element under the point is highlighted.
1002The default activation is controlled by `hexl-follow-ascii'." 1002The default activation is controlled by `hexl-follow-ascii'."
1003 (if hexl-follow-ascii 1003 :global nil
1004 (if hexl-follow-ascii-mode
1004 ;; turn it on 1005 ;; turn it on
1005 (progn 1006 (progn
1006 (unless hexl-ascii-overlay 1007 (unless hexl-ascii-overlay