diff lisp/mouse.el @ 74024:fbcf2e3cbf22

(global-map): Change 2006-08-16 fix to call mouse-yank-at-click explicitly, since mouse events are not carried over into keyboard macros.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Nov 2006 15:47:30 +0000
parents ef7b62d477fd
children 1901989292d8 dbe3f29e61d6
line wrap: on
line diff
--- a/lisp/mouse.el	Thu Nov 16 15:47:17 2006 +0000
+++ b/lisp/mouse.el	Thu Nov 16 15:47:30 2006 +0000
@@ -2416,7 +2416,7 @@
 
 (global-set-key [mouse-2]	'mouse-yank-at-click)
 ;; Allow yanking also when the corresponding cursor is "in the fringe".
-(global-set-key [right-fringe mouse-2] [mouse-2])
+(global-set-key [right-fringe mouse-2] 'mouse-yank-at-click)
 (global-set-key [mouse-3]	'mouse-save-then-kill)
 
 ;; By binding these to down-going events, we let the user use the up-going