diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:54:22 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:54:22 +0000 |
commit | 36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3 (patch) | |
tree | ab90ee540b85f8b41c29d8b73741a6b733cbce72 /lisp/hexl.el | |
parent | 40bd2cfb436f53c092c37d069748c093d9ad84cd (diff) | |
download | emacs-36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3.tar.gz |
(hexl-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 2 |
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. "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 () |