diff options
author | Miles Bader <miles@gnu.org> | 2000-10-29 14:48:11 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-10-29 14:48:11 +0000 |
commit | 053457f4064cc3d37d04c53e14c5399b24134405 (patch) | |
tree | 028ca95f36e2bfd36e0b47c9efd6b36a6fc06481 | |
parent | dbdc47a33b82bbd1ba0fa0fc680ffee95bcb0731 (diff) | |
download | emacs-053457f4064cc3d37d04c53e14c5399b24134405.tar.gz |
(comint-highlight-prompt): Add :type.
-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 |