From: Chong Yidong Date: Mon, 29 Jan 2007 02:31:28 +0000 (+0000) Subject: * comint.el (comint-insert-input): Handle situation where the X-Git-Tag: emacs-pretest-22.0.94~549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=645200b521c87a7af603309e80a99ccca02d72fa;p=emacs.git * comint.el (comint-insert-input): Handle situation where the selected buffer is not the clicked buffer. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 663be6b8607..b7d48253fb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-01-29 Chong Yidong + + * comint.el (comint-insert-input): Handle situation where the + selected buffer is not the clicked buffer. + 2007-01-29 Kenichi Handa * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New