aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-06-16 10:30:31 +0000
committerJason Rumney2008-06-16 10:30:31 +0000
commita3b0cc1b2d6d975d9f418d65e20eec40d159c3e3 (patch)
treefe8583c9796fb7bde0da5546f20eaaa9fd31614a
parent20ac86f4e959a6d1b72822727a47c7191318974d (diff)
downloademacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.tar.gz
emacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.zip
(nxml-mode): Use run-mode-hooks.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/nxml/nxml-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2fa2fd692fc..b330911f801 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-06-16 Derek Upham <sand@blarg.net> (tiny change)
2
3 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
4
12008-06-16 Juanma Barranquero <lekktu@gmail.com> 52008-06-16 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * log-view.el (vc-diff-internal): Declare for compiler. 7 * log-view.el (vc-diff-internal): Declare for compiler.
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
551 551
552 (rng-nxml-mode-init) 552 (rng-nxml-mode-init)
553 (nxml-enable-unicode-char-name-sets) 553 (nxml-enable-unicode-char-name-sets)
554 (run-hooks 'nxml-mode-hook)) 554 (run-mode-hooks 'nxml-mode-hook))
555 555
556(defun nxml-cleanup () 556(defun nxml-cleanup ()
557 "Clean up after nxml-mode." 557 "Clean up after nxml-mode."