From: Stephen Eglen Date: Sun, 15 Feb 1998 16:57:16 +0000 (+0000) Subject: (hexl-mode-exit): Remove hexl-follow-ascii-find from post-command-hook X-Git-Tag: emacs-20.3~2172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e7df2e62bfdb00ce85055dbcb17ad0744c1ee73;p=emacs.git (hexl-mode-exit): Remove hexl-follow-ascii-find from post-command-hook when leaving hexl-mode. --- diff --git a/lisp/hexl.el b/lisp/hexl.el index 40d30fdcc83..a58798e8cae 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -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)