comparison etc/NEWS @ 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 c775cf3fd17d
children 9b1a2f1cdf0e 482dfed28bee
comparison
equal deleted inserted replaced
69761:7203af11fbb3 69762:c2cba0859894
3466 3466
3467 +++ 3467 +++
3468 ** Mode line display ignores text properties as well as the 3468 ** Mode line display ignores text properties as well as the
3469 :propertize and :eval forms in the value of a variable whose 3469 :propertize and :eval forms in the value of a variable whose
3470 `risky-local-variable' property is nil. 3470 `risky-local-variable' property is nil.
3471
3472 ---
3473 The function `comint-send-input' now accepts 3 optional arguments:
3474
3475 (comint-send-input &optional no-newline artificial)
3476
3477 Callers sending input not from the user should use bind the 3rd
3478 argument `artificial' to a non-nil value, to prevent Emacs from
3479 deleting the part of subprocess output that matches the input.
3471 3480
3472 --- 3481 ---
3473 ** Support for Mocklisp has been removed. 3482 ** Support for Mocklisp has been removed.
3474 3483
3475 +++ 3484 +++