# HG changeset patch # User Richard M. Stallman # Date 756621833 0 # Node ID 8e6ba05e1271fb66a9ada17b36b1b82257ca93a2 # Parent d907b978082e993cb4a05d33e8c68d257396db58 (inferior-lisp-prompt): Don't match more than one line. diff -r d907b978082e -r 8e6ba05e1271 lisp/progmodes/inf-lisp.el --- 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.