Mercurial > emacs
changeset 33023:ab1061464a32
(comint-highlight-prompt): Add :type.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 29 Oct 2000 14:48:11 +0000 |
parents | 4c98dfd09341 |
children | 42e118959715 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Oct 29 05:46:42 2000 +0000 +++ b/lisp/comint.el Sun Oct 29 14:48:11 2000 +0000 @@ -218,6 +218,7 @@ (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