aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2f5b608f864..a05b3dcd367 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -149,9 +149,9 @@ produces cosmetically superior output for this application,
149but it works only in Common Lisp.") 149but it works only in Common Lisp.")
150 150
151;;;###autoload 151;;;###autoload
152(defvar inferior-lisp-prompt "^[^> ]*>+:? *" 152(defvar inferior-lisp-prompt "^[^> \n]*>+:? *"
153 "Regexp to recognise prompts in the Inferior Lisp mode. 153 "Regexp to recognise prompts in the Inferior Lisp mode.
154Defaults to \"^[^> ]*>+:? *\", which works pretty good for Lucid, kcl, 154Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
155and franz. This variable is used to initialize `comint-prompt-regexp' in the 155and franz. This variable is used to initialize `comint-prompt-regexp' in the
156Inferior Lisp buffer. 156Inferior Lisp buffer.
157 157