mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(nxml-mode): Use run-mode-hooks.
This commit is contained in:
parent
20ac86f4e9
commit
a3b0cc1b2d
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user