From 36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 12:54:22 +0000 Subject: [PATCH] (hexl-mode): Use run-mode-hooks. --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hexl.el b/lisp/hexl.el index db6edfa48c1..b67ab7876b4 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -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 () -- 2.39.2