(hexl-mode-exit): Remove hexl-follow-ascii-find from post-command-hook
when leaving hexl-mode.
This commit is contained in:
parent
3cfa0ee92f
commit
8e7df2e62b
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ With arg, don't unhexlify buffer."
|
|||
|
||||
(remove-hook 'after-revert-hook 'hexl-after-revert-hook t)
|
||||
(remove-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer t)
|
||||
(remove-hook 'post-command-hook 'hexl-follow-ascii-find t)
|
||||
(setq hexl-ascii-overlay nil)
|
||||
|
||||
(setq write-contents-hooks hexl-mode-old-write-contents-hooks)
|
||||
(setq require-final-newline hexl-mode-old-require-final-newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue