emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r326: Don't explicitly bind mouse-1.


From: Lars Ingebrigtsen
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r326: Don't explicitly bind mouse-1.
Date: Sun, 23 Dec 2012 15:46:44 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 326
committer: Lars Ingebrigtsen <address@hidden>
branch nick: elpa
timestamp: Sun 2012-12-23 15:46:44 +0100
message:
  Don't explicitly bind mouse-1.
  
  As Michael Heerdegen <address@hidden> 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))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]