1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.

This commit is contained in:
Richard M. Stallman 2002-09-10 16:45:42 +00:00
parent 214fee7a84
commit f0397cde4b

View File

@ -56,6 +56,7 @@ if that value is non-nil."
mode-name "Describe-Text")
(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))
;;; Describe-Text Utilities.