1
0
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:
Stephen Eglen 1998-02-15 16:57:16 +00:00
parent 3cfa0ee92f
commit 8e7df2e62b

View File

@ -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)