]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-map): Change 2006-08-16 fix to call mouse-yank-at-click
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Nov 2006 15:47:30 +0000 (15:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Nov 2006 15:47:30 +0000 (15:47 +0000)
explicitly, since mouse events are not carried over into keyboard
macros.

lisp/mouse.el

index a5f208baf11827d5fb89a17fbf9af708b5f1a5d3..47f3aebcd187561e49810fa9b1326c605e217288 100644 (file)
@@ -2416,7 +2416,7 @@ and selects that window."
 
 (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