# HG changeset patch # User Colin Walters # Date 1022125160 0 # Node ID eee4256b91ff9f7f22b36ef09f7f4cf3614dd6ca # Parent e759f686e08d6bdc24b67f98352c591f02d43107 (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'. diff -r e759f686e08d -r eee4256b91ff lisp/info.el --- 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)