From 852395bab71cb7032692f3c95e1e4b81a884b66b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 30 Jun 2018 20:59:20 +0300 Subject: [PATCH] * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021) --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5