]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-mode-hook): Do not enable Font Lock by default.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 9 Jun 2005 21:16:40 +0000 (21:16 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 9 Jun 2005 21:16:40 +0000 (21:16 +0000)
lisp/comint.el

index 0158aa5a2df4901e65ba2f4b59a5d9ccb5e522e2..c3bdd5581bc1d1798c445334aca802dd4d2c7e96 100644 (file)
@@ -423,7 +423,7 @@ field boundaries in a natural way)."
 (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