1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* mouse.el (mouse-drag-region-1): Don't try to catch a

double-click when doing follow-link (it's overridden anyway).
This commit is contained in:
Chong Yidong 2005-10-11 15:30:31 +00:00
parent 592b0a3b6d
commit 351b3bee2f

View File

@ -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.