(describe-text-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 12:41:52 +00:00
parent 8da4dd7626
commit 258cf56286

View file

@ -61,7 +61,7 @@ if that value is non-nil."
(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.