rather than down-mouse-1, based on follow-link conventions.
2009-12-11 Chong Yidong <cyd@stupidchicken.com>
+ * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
+ rather than down-mouse-1, based on follow-link conventions.
+
* makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
are compiled.
(defvar bug-reference-map
(let ((map (make-sparse-keymap)))
- (define-key map [down-mouse-1] 'bug-reference-push-button)
+ (define-key map [mouse-2] 'bug-reference-push-button)
(define-key map (kbd "C-c RET") 'bug-reference-push-button)
map)
"Keymap used by bug reference buttons.")