Mercurial > emacs
changeset 62724:49a7c3d3d8d9
(describe-text-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 12:41:52 +0000 |
parents | 0ae5fe9ca759 |
children | f6814e4de16d |
files | lisp/descr-text.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/descr-text.el Thu May 26 12:41:35 2005 +0000 +++ b/lisp/descr-text.el Thu May 26 12:41:52 2005 +0000 @@ -61,7 +61,7 @@ (use-local-map describe-text-mode-map) (widget-setup) (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) - (run-hooks 'describe-text-mode-hook)) + (run-mode-hooks 'describe-text-mode-hook)) ;;; Describe-Text Utilities.