projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651c5f9
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 14 Jun 1997 01:22:05 +0000
(
01:22
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 14 Jun 1997 01:22:05 +0000
(
01:22
+0000)
v7/src/edwin/comint.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/comint.scm
b/v7/src/edwin/comint.scm
index 145dfc1b82cda080ec522a53a03b62d74a1e6270..89360bcd5ec4de75cfb5d6b1ad34311ba79c3d68 100644
(file)
--- a/
v7/src/edwin/comint.scm
+++ b/
v7/src/edwin/comint.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: comint.scm,v 1.2
3 1997/03/04 06:42:5
5 cph Exp $
+$Id: comint.scm,v 1.2
4 1997/06/14 01:22:0
5 cph Exp $
Copyright (c) 1991-97 Massachusetts Institute of Technology
@@
-335,7
+335,7
@@
comint-prompt-regexp."
(define-command comint-delchar-or-maybe-eof
"If at end of buffer, send EOF to the current subprocess.
If not at end of buffer, just like \\[delete-char]."
- "
p
"
+ "
P
"
(lambda (argument)
(if (group-end? (current-point))
(process-send-eof (current-process))