(hexl-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:54:22 +0000 (12:54 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:54:22 +0000 (12:54 +0000)
lisp/hexl.el

index db6edfa..b67ab78 100644 (file)
@@ -291,7 +291,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
                          "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 ()