# HG changeset patch # User Richard M. Stallman # Date 834442589 0 # Node ID 46fad14570302940ac439687cff8024f368623c6 # Parent 497d2d71389acab27297c61022109bf5ed92bba4 (hexl-mode): Run hexl-mode-hook. diff -r 497d2d71389a -r 46fad1457030 lisp/hexl.el --- a/lisp/hexl.el Mon Jun 10 21:22:42 1996 +0000 +++ b/lisp/hexl.el Mon Jun 10 21:36:29 1996 +0000 @@ -212,8 +212,8 @@ (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)