# HG changeset patch # User Chong Yidong # Date 1129044631 0 # Node ID 4d2d767965d3847f76d5cfaab86b86cba7d4db74 # Parent 2770ea5d8a68ff6dab8206431a17e6bb377641ab * mouse.el (mouse-drag-region-1): Don't try to catch a double-click when doing follow-link (it's overridden anyway). diff -r 2770ea5d8a68 -r 4d2d767965d3 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.