Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
50e268ea
Commit
50e268ea
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(inferior-lisp-prompt): Don't match more than one line.
parent
f48c1d8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/inf-lisp.el
lisp/progmodes/inf-lisp.el
+2
-2
No files found.
lisp/progmodes/inf-lisp.el
View file @
50e268ea
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment