aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 12:54:22 +0000
committerLute Kamstra2005-05-26 12:54:22 +0000
commit36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3 (patch)
treeab90ee540b85f8b41c29d8b73741a6b733cbce72
parent40bd2cfb436f53c092c37d069748c093d9ad84cd (diff)
downloademacs-36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3.tar.gz
emacs-36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3.zip
(hexl-mode): Use run-mode-hooks.
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
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.
291 "hexl-current-address") 291 "hexl-current-address")
292 292
293 (if hexl-follow-ascii (hexl-follow-ascii 1))) 293 (if hexl-follow-ascii (hexl-follow-ascii 1)))
294 (run-hooks 'hexl-mode-hook)) 294 (run-mode-hooks 'hexl-mode-hook))
295 295
296 296
297(defun hexl-isearch-search-function () 297(defun hexl-isearch-search-function ()