From: Eli Zaretskii Date: Sat, 1 Apr 2006 21:25:22 +0000 (+0000) Subject: Mention incompatible change in comint-send-input. X-Git-Tag: emacs-pretest-22.0.90~3356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6612301488533cc56e0320003a1f31120768baaa;p=emacs.git Mention incompatible change in comint-send-input. --- 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.