diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-06-16 10:30:31 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-06-16 10:30:31 +0000 |
commit | a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3 (patch) | |
tree | fe8583c9796fb7bde0da5546f20eaaa9fd31614a /lisp/nxml | |
parent | 20ac86f4e959a6d1b72822727a47c7191318974d (diff) | |
download | emacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.tar.gz |
(nxml-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/nxml')
-rw-r--r-- | lisp/nxml/nxml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index cb13d588c04..af0b3c72eda 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -551,7 +551,7 @@ Many aspects this mode can be customized using (rng-nxml-mode-init) (nxml-enable-unicode-char-name-sets) - (run-hooks 'nxml-mode-hook)) + (run-mode-hooks 'nxml-mode-hook)) (defun nxml-cleanup () "Clean up after nxml-mode." |