From: Chong Yidong Date: Tue, 11 Oct 2005 15:30:31 +0000 (+0000) Subject: * mouse.el (mouse-drag-region-1): Don't try to catch a X-Git-Tag: emacs-pretest-22.0.90~6663 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=351b3bee2f61d381f810a097ecc527483cb33f32;p=emacs.git * mouse.el (mouse-drag-region-1): Don't try to catch a double-click when doing follow-link (it's overridden anyway). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f63f2b4845..c93f5f43089 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.