From: Chong Yidong Date: Thu, 16 Nov 2006 15:47:30 +0000 (+0000) Subject: (global-map): Change 2006-08-16 fix to call mouse-yank-at-click X-Git-Tag: emacs-pretest-22.0.91~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d97c13b2120aacb46ec7954c050e55c6ced78491;p=emacs.git (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 --git a/lisp/mouse.el b/lisp/mouse.el index a5f208baf11..47f3aebcd18 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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