From: Richard M. Stallman Date: Mon, 10 Jun 1996 21:36:29 +0000 (+0000) Subject: (hexl-mode): Run hexl-mode-hook. X-Git-Tag: emacs-19.34~460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bfff21e3e813d89561ed47eb4360e9a27c2c439;p=emacs.git (hexl-mode): Run hexl-mode-hook. --- diff --git a/lisp/hexl.el b/lisp/hexl.el index 710b271701c..56f05de37cd 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -212,8 +212,8 @@ You can use \\[hexl-find-file] to visit a file in hexl-mode. (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) -)) + (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)) + (run-hooks 'hexl-mode-hook)) (defun hexl-after-revert-hook () (hexlify-buffer)