changeset 62730:a6be3267f6bd

(hexl-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 12:54:22 +0000
parents 40c5f688942a
children 64641f400699
files lisp/hexl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ()