From 32853e1531532af6f6dad4aba86cf6464aac8437 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 1 Jul 2018 00:08:11 -0400 Subject: [PATCH] * 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 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." 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 -- 2.39.5