# HG changeset patch # User Chong Yidong # Date 1163692050 0 # Node ID fbcf2e3cbf22cc3f347c62e1873796758fcc8039 # Parent 475ec3ec7147c5a69610fb2e274b287886094000 (global-map): Change 2006-08-16 fix to call mouse-yank-at-click explicitly, since mouse events are not carried over into keyboard macros. diff -r 475ec3ec7147 -r fbcf2e3cbf22 lisp/mouse.el --- 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