]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 db6edfa48c16523c44ea6f11c955c34372daf1fd..b67ab7876b4db8fccbb081d30224bdd3e59f7735 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 ()