changeset 66022:4d2d767965d3

* mouse.el (mouse-drag-region-1): Don't try to catch a double-click when doing follow-link (it's overridden anyway).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 11 Oct 2005 15:30:31 +0000
parents 2770ea5d8a68
children 06892c426dff
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 11 15:30:31 2005 +0000
+++ b/lisp/ChangeLog	Tue Oct 11 15:30:31 2005 +0000
@@ -1,3 +1,8 @@
+2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
+
+	* mouse.el (mouse-drag-region-1): Don't try to catch a
+	double-click when doing follow-link (it's overridden anyway).
+
 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
 
 	* emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.