Mercurial > emacs
changeset 5303:8e6ba05e1271
(inferior-lisp-prompt): Don't match more than one line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 04:43:53 +0000 |
parents | d907b978082e |
children | 092d5d60f803 |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Thu Dec 23 04:43:01 1993 +0000 +++ b/lisp/progmodes/inf-lisp.el Thu Dec 23 04:43:53 1993 +0000 @@ -149,9 +149,9 @@ but it works only in Common Lisp.") ;;;###autoload -(defvar inferior-lisp-prompt "^[^> ]*>+:? *" +(defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "Regexp to recognise prompts in the Inferior Lisp mode. -Defaults to \"^[^> ]*>+:? *\", which works pretty good for Lucid, kcl, +Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, and franz. This variable is used to initialize `comint-prompt-regexp' in the Inferior Lisp buffer.