summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-29 14:48:11 +0000
committerMiles Bader <miles@gnu.org>2000-10-29 14:48:11 +0000
commit053457f4064cc3d37d04c53e14c5399b24134405 (patch)
tree028ca95f36e2bfd36e0b47c9efd6b36a6fc06481 /lisp/comint.el
parentdbdc47a33b82bbd1ba0fa0fc680ffee95bcb0731 (diff)
downloademacs-053457f4064cc3d37d04c53e14c5399b24134405.tar.gz
(comint-highlight-prompt): Add :type.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el1
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