# HG changeset patch # User Eli Zaretskii # Date 1143926722 0 # Node ID c2cba085989434a71958cedbaf56c36d2d9e3848 # Parent 7203af11fbb32ced74b51f1f3f880f68624dfedb Mention incompatible change in comint-send-input. diff -r 7203af11fbb3 -r c2cba0859894 etc/NEWS --- a/etc/NEWS Sat Apr 01 21:18:36 2006 +0000 +++ b/etc/NEWS Sat Apr 01 21:25:22 2006 +0000 @@ -3470,6 +3470,15 @@ `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. +++