Mercurial > emacs
changeset 69762:c2cba0859894
Mention incompatible change in comint-send-input.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Apr 2006 21:25:22 +0000 |
parents | 7203af11fbb3 |
children | 6c338e8bc3ff |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. +++