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
9f370a90
Commit
9f370a90
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(inferior-scheme-mode):
Don't let `comint-prompt-regexp' match more than one line.
parent
50e268ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/cmuscheme.el
lisp/cmuscheme.el
+1
-1
No files found.
lisp/cmuscheme.el
View file @
9f370a90
...
...
@@ -180,7 +180,7 @@ to continue it."
(
interactive
)
(
comint-mode
)
;; Customise in inferior-scheme-mode-hook
(
setq
comint-prompt-regexp
"^[^>]*>+ *"
)
; OK for cscheme, oaklisp, T,...
(
setq
comint-prompt-regexp
"^[^>
\n
]*>+ *"
)
; OK for cscheme, oaklisp, T,...
(
scheme-mode-variables
)
(
setq
major-mode
'inferior-scheme-mode
)
(
setq
mode-name
"Inferior Scheme"
)
...
...
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