]> git.eshelyaron.com Git - emacs.git/commitdiff
(nxml-mode): Use run-mode-hooks.
authorJason Rumney <jasonr@gnu.org>
Mon, 16 Jun 2008 10:30:31 +0000 (10:30 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 16 Jun 2008 10:30:31 +0000 (10:30 +0000)
lisp/ChangeLog
lisp/nxml/nxml-mode.el

index 2fa2fd692fcef860f8325ddd6d5dda976ee43537..b330911f801d69b5887e55ff29beb2aaceade192 100644 (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.
index cb13d588c0449d5578f76495e1a20f2fce613794..af0b3c72eda18d38a3f82b9212da8d1c8a114bf8 100644 (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."