Mercurial > emacs
changeset 96007:8b2ac128dd5b
(nxml-mode): Use run-mode-hooks.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 16 Jun 2008 10:30:31 +0000 |
parents | 4a520700b8b4 |
children | 8844564f516f |
files | lisp/ChangeLog lisp/nxml/nxml-mode.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 16 09:28:44 2008 +0000 +++ b/lisp/ChangeLog Mon Jun 16 10:30:31 2008 +0000 @@ -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.
--- a/lisp/nxml/nxml-mode.el Mon Jun 16 09:28:44 2008 +0000 +++ b/lisp/nxml/nxml-mode.el Mon Jun 16 10:30:31 2008 +0000 @@ -551,7 +551,7 @@ (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."