# HG changeset patch # User Jason Rumney # Date 1213612231 0 # Node ID 8b2ac128dd5bc9ff2e26824e6108f54be0dc4670 # Parent 4a520700b8b400916cf8f54fb3d1a8de3363f294 (nxml-mode): Use run-mode-hooks. diff -r 4a520700b8b4 -r 8b2ac128dd5b lisp/ChangeLog --- 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 (tiny change) + + * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks. + 2008-06-16 Juanma Barranquero * log-view.el (vc-diff-internal): Declare for compiler. diff -r 4a520700b8b4 -r 8b2ac128dd5b lisp/nxml/nxml-mode.el --- 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."