diff lisp/ChangeLog @ 106362:d19d1b12196e

(comint-insert-input): Ignore clicks to the right of the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Dec 2009 20:31:57 +0000
parents 2e9a20121a4f
children cb52c961cfa5
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 01 20:08:20 2009 +0000
+++ b/lisp/ChangeLog	Tue Dec 01 20:31:57 2009 +0000
@@ -1,5 +1,8 @@
 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* comint.el (comint-insert-input): Ignore clicks to the right of
+	the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
+
 	* vc.el (vc-print-log-internal): Don't wait for the prcess to
 	terminate before setting up the major mode.