------------------------------------------------------------ revno: 326 committer: Lars Ingebrigtsen <la...@gnus.org> branch nick: elpa timestamp: Sun 2012-12-23 15:46:44 +0100 message: Don't explicitly bind mouse-1. As Michael Heerdegen <michael_heerde...@web.de> says: However, also binding mouse-1 is not necessary. Depending on the setting of `mouse-1-click-follows-link', which is non-nil by default, mouse-1 already follows links - see its doc. We should leave it up to the user if he wants to use mouse-1 for following or not. modified: packages/debbugs/debbugs-gnu.el
=== modified file 'packages/debbugs/debbugs-gnu.el' --- a/packages/debbugs/debbugs-gnu.el 2012-12-23 12:46:50 +0000 +++ b/packages/debbugs/debbugs-gnu.el 2012-12-23 14:46:44 +0000 @@ -220,7 +220,6 @@ (defvar debbugs-gnu-widget-map (let ((map (make-sparse-keymap))) (define-key map "\r" 'widget-button-press) - (define-key map [mouse-1] 'widget-button-press) (define-key map [mouse-2] 'widget-button-press) map))