From 896de7bb0d731a8d9aaa49c81ecc9da1e01c8e96 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 14 Jun 1997 01:22:05 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/comint.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.25.1