Mercurial > emacs
changeset 47376:05b10b9cd8bb
(Info-mode): Add font-lock-defontify to change-major-mode-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Sep 2002 16:44:37 +0000 |
parents | fe8ca2be9fde |
children | 5ce6684c420c |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Sep 10 16:44:17 2002 +0000 +++ b/lisp/info.el Tue Sep 10 16:44:37 2002 +0000 @@ -2352,6 +2352,7 @@ (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))