diff options
| author | Jason Rumney | 2008-06-16 10:30:31 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-16 10:30:31 +0000 |
| commit | a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3 (patch) | |
| tree | fe8583c9796fb7bde0da5546f20eaaa9fd31614a /lisp/nxml | |
| parent | 20ac86f4e959a6d1b72822727a47c7191318974d (diff) | |
| download | emacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.tar.gz emacs-a3b0cc1b2d6d975d9f418d65e20eec40d159c3e3.zip | |
(nxml-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 551 | 551 | ||
| 552 | (rng-nxml-mode-init) | 552 | (rng-nxml-mode-init) |
| 553 | (nxml-enable-unicode-char-name-sets) | 553 | (nxml-enable-unicode-char-name-sets) |
| 554 | (run-hooks 'nxml-mode-hook)) | 554 | (run-mode-hooks 'nxml-mode-hook)) |
| 555 | 555 | ||
| 556 | (defun nxml-cleanup () | 556 | (defun nxml-cleanup () |
| 557 | "Clean up after nxml-mode." | 557 | "Clean up after nxml-mode." |