diff options
-rw-r--r-- | lisp/comint.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index d42a2ef0a86..8400530393d 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -218,6 +218,7 @@ The face used is `comint-highlight-input'." (defcustom comint-highlight-prompt t "*If non-nil, highlight program prompts. The face used is `comint-highlight-prompt'." + :type 'boolean :group 'comint) (defface comint-highlight-prompt |