Mercurial > emacs
changeset 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 | 475ec3ec7147 |
children | 163a35d9cbc8 |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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