From a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 16 Jun 2008 10:30:31 +0000 Subject: [PATCH] (nxml-mode): Use run-mode-hooks. --- lisp/ChangeLog | 4 ++++ lisp/nxml/nxml-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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." -- 2.39.2