diff lisp/nxml/nxml-mode.el @ 96007:8b2ac128dd5b

(nxml-mode): Use run-mode-hooks.
author Jason Rumney <jasonr@gnu.org>
date Mon, 16 Jun 2008 10:30:31 +0000
parents 8c4c0ca00399
children b14adb1a6079
line wrap: on
line diff
--- 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."