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:
parent
214fee7a84
commit
f0397cde4b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user