diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-06-30 20:59:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-06-30 20:59:20 +0300 |
commit | 852395bab71cb7032692f3c95e1e4b81a884b66b (patch) | |
tree | 73de59ef8f6fc13434db9fa90e0bed81084d22ea /lisp | |
parent | ed65ea18152636500399a7b6b75c87bac7d4ef2b (diff) | |
download | emacs-852395bab71cb7032692f3c95e1e4b81a884b66b.tar.gz |
* lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/hexl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |