mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(comint-mode-hook): Do not enable Font Lock by default.
This commit is contained in:
parent
3c28ffec7c
commit
6c649b5f4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user