From: Chris Hanson Date: Sat, 14 Jun 1997 01:22:05 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~5141 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=896de7bb0d731a8d9aaa49c81ecc9da1e01c8e96;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/edwin/comint.scm b/v7/src/edwin/comint.scm index 145dfc1b8..89360bcd5 100644 --- a/v7/src/edwin/comint.scm +++ b/v7/src/edwin/comint.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: comint.scm,v 1.23 1997/03/04 06:42:55 cph Exp $ +$Id: comint.scm,v 1.24 1997/06/14 01:22:05 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))