Mercurial > emacs
changeset 45478:eee4256b91ff
(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Thu, 23 May 2002 03:39:20 +0000 |
parents | e759f686e08d |
children | 837ac5e7592f |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu May 23 03:39:00 2002 +0000 +++ b/lisp/info.el Thu May 23 03:39:20 2002 +0000 @@ -145,7 +145,7 @@ :type 'boolean :group 'info) -(defcustom Info-mode-hook '(font-lock-mode) +(defcustom Info-mode-hook '(turn-on-font-lock) "Hooks run when `info-mode' is called." :type 'hook :group 'info)