aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/inf-lisp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-12-23 04:43:53 +0000
committerRichard M. Stallman <[email protected]>1993-12-23 04:43:53 +0000
commit50e268ea77a083c1470efc23cdeee3c780951102 (patch)
tree2baa68fe01849641e5a47337bcdea247c395df8d /lisp/progmodes/inf-lisp.el
parentf48c1d8d7cb0278edbfcaf45ecbf3e93f3f653ed (diff)
(inferior-lisp-prompt): Don't match more than one line.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r--lisp/progmodes/inf-lisp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 2f5b608f86..a05b3dcd36 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -149,9 +149,9 @@ produces cosmetically superior output for this application,
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.