mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(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
@ -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…
Reference in New Issue
Block a user