From 6612301488533cc56e0320003a1f31120768baaa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 1 Apr 2006 21:25:22 +0000 Subject: [PATCH] Mention incompatible change in comint-send-input. --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index cbb0a8d1b04..527721290f0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3469,6 +3469,15 @@ the command `undefined'. (In earlier Emacs versions, it used :propertize and :eval forms in the value of a variable whose `risky-local-variable' property is nil. +--- +The function `comint-send-input' now accepts 3 optional arguments: + + (comint-send-input &optional no-newline artificial) + +Callers sending input not from the user should use bind the 3rd +argument `artificial' to a non-nil value, to prevent Emacs from +deleting the part of subprocess output that matches the input. + --- ** Support for Mocklisp has been removed. -- 2.39.2