aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-04-01 21:25:22 +0000
committerEli Zaretskii <[email protected]>2006-04-01 21:25:22 +0000
commit6612301488533cc56e0320003a1f31120768baaa (patch)
tree0638df18df16eb979a73de91893b893cf4b613e2 /etc/NEWS
parent0cc6477b64ae098b06691e43fd0131b0ae0efcc3 (diff)
Mention incompatible change in comint-send-input.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cbb0a8d1b0..527721290f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3470,6 +3470,15 @@ the command `undefined'. (In earlier Emacs versions, it used
`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.
+++