From: Eli Zaretskii Date: Sat, 30 Jun 2018 17:59:20 +0000 (+0300) Subject: * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021) X-Git-Tag: emacs-27.0.90~4743 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=852395bab71cb7032692f3c95e1e4b81a884b66b;p=emacs.git * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021) --- diff --git a/lisp/hexl.el b/lisp/hexl.el index f37be9d4102..e4d34718973 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -1000,7 +1000,7 @@ 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-mode + (if hexl-follow-ascii ;; turn it on (progn (unless hexl-ascii-overlay