From: Stefan Monnier Date: Sun, 1 Jul 2018 04:08:11 +0000 (-0400) Subject: * lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021) X-Git-Tag: emacs-27.0.90~4737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32853e1531532af6f6dad4aba86cf6464aac8437;p=emacs.git * lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021) --- 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