# HG changeset patch # User Lute Kamstra # Date 1117112062 0 # Node ID a6be3267f6bdd8dab202f75875f70db9acb68eb7 # Parent 40c5f688942a7333a987e95201eb35e62247c63a (hexl-mode): Use run-mode-hooks. diff -r 40c5f688942a -r a6be3267f6bd lisp/hexl.el --- a/lisp/hexl.el Thu May 26 12:51:09 2005 +0000 +++ b/lisp/hexl.el Thu May 26 12:54:22 2005 +0000 @@ -291,7 +291,7 @@ "hexl-current-address") (if hexl-follow-ascii (hexl-follow-ascii 1))) - (run-hooks 'hexl-mode-hook)) + (run-mode-hooks 'hexl-mode-hook)) (defun hexl-isearch-search-function ()