(describe-text-mode): Use run-mode-hooks.
This commit is contained in:
parent
8da4dd7626
commit
258cf56286
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue