> Date: Fri, 31 Mar 2006 14:57:08 +0200 > From: "Rommerskirchen, Heinrich" <[EMAIL PROTECTED]> > > There is an incompatible change in the function comint-send-input in > comint.el > between versions 21.4 and 22.0.50. This change seems to be not > documented in NEWS. > > Old : (defun comint-send-input () ... ) > New : (defun comint-send-input (&optional no-newline artificial) > "...Callers sending input not from the user should use ARTIFICIAL = t. > " ... )
Thanks, I added an entry to NEWS about this incompatible change. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
