1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(nxml-mode): Use run-mode-hooks.

This commit is contained in:
Jason Rumney 2008-06-16 10:30:31 +00:00
parent 20ac86f4e9
commit a3b0cc1b2d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
* nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
2008-06-16 Juanma Barranquero <lekktu@gmail.com>
* log-view.el (vc-diff-internal): Declare for compiler.

View File

@ -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."