(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user