# HG changeset patch # User Pavel Jank # Date 1006792020 0 # Node ID be1c031e600f7e01e128167fab72266463019538 # Parent af2fa6ebd71b350b530f9db677bc9d6c25305aa0 (hexl-mode, hexl-follow-ascii): Remove make-local-hook. diff -r af2fa6ebd71b -r be1c031e600f lisp/hexl.el --- a/lisp/hexl.el Mon Nov 26 16:24:26 2001 +0000 +++ b/lisp/hexl.el Mon Nov 26 16:27:00 2001 +0000 @@ -254,10 +254,8 @@ (setq require-final-newline nil) ;; Add hooks to rehexlify or dehexlify on various events. - (make-local-hook 'after-revert-hook) (add-hook 'after-revert-hook 'hexl-after-revert-hook nil t) - (make-local-hook 'change-major-mode-hook) (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) (if hexl-follow-ascii (hexl-follow-ascii 1))) @@ -835,8 +833,6 @@ (> (prefix-numeric-value arg) 0) (not hexl-ascii-overlay)))) - (make-local-hook 'post-command-hook) - (if on-p ;; turn it on (if (not hexl-ascii-overlay)