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

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

This commit is contained in:
Richard M. Stallman 2002-09-10 16:44:37 +00:00
parent fbefbe33e0
commit 3d12b3310a

View File

@ -2352,6 +2352,7 @@ Advanced commands:
(make-local-variable 'line-move-ignore-invisible)
(setq line-move-ignore-invisible t)
(add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)
(add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
(Info-set-mode-line)
(run-hooks 'Info-mode-hook))