summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-06-16 10:30:31 +0000
committerJason Rumney <jasonr@gnu.org>2008-06-16 10:30:31 +0000
commita3b0cc1b2d6d975d9f418d65e20eec40d159c3e3 (patch)
treefe8583c9796fb7bde0da5546f20eaaa9fd31614a /lisp/nxml
parent20ac86f4e959a6d1b72822727a47c7191318974d (diff)
downloademacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.tar.gz
(nxml-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el2
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."