* lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)
This commit is contained in:
parent
31d1bb04cc
commit
32853e1531
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue