From: Jason Rumney Date: Mon, 16 Jun 2008 10:30:31 +0000 (+0000) Subject: (nxml-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-23.0.90~4730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3;p=emacs.git (nxml-mode): Use run-mode-hooks. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2fa2fd692fc..b330911f801 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index cb13d588c04..af0b3c72eda 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -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."