Mercurial > emacs
changeset 30647:9d266998439c
(inferior-lisp-prompt): Doc change.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 07 Aug 2000 14:59:23 +0000 |
parents | bb2ebaf63949 |
children | 4ee57139dc05 |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Mon Aug 07 14:58:44 2000 +0000 +++ b/lisp/progmodes/inf-lisp.el Mon Aug 07 14:59:23 2000 +0000 @@ -157,6 +157,9 @@ and franz. This variable is used to initialize `comint-prompt-regexp' in the Inferior Lisp buffer. +This variable is only used if the variable +`comint-use-prompt-regexp-instead-of-fields' is non-nil. + More precise choices: Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"