# HG changeset patch # User Luc Teirlinck # Date 1118351800 0 # Node ID 14e29b4d395ff182ac82c7184c829aee0110dbc5 # Parent 59d16dccffc54ef6c561b9b18c12f0855b2b2d32 (comint-mode-hook): Do not enable Font Lock by default. diff -r 59d16dccffc5 -r 14e29b4d395f lisp/comint.el --- a/lisp/comint.el Thu Jun 09 21:15:02 2005 +0000 +++ b/lisp/comint.el Thu Jun 09 21:16:40 2005 +0000 @@ -423,7 +423,7 @@ (make-obsolete-variable 'comint-use-prompt-regexp-instead-of-fields 'comint-use-prompt-regexp "22.1") -(defcustom comint-mode-hook '(turn-on-font-lock) +(defcustom comint-mode-hook nil "Hook run upon entry to `comint-mode'. This is run before the process is cranked up." :type 'hook