Mercurial > emacs
diff lisp/mouse.el @ 90667:dbe3f29e61d6
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 505-522)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: etc/TUTORIAL.cn: Updated.
- Merge from erc--emacs--22
* gnus--rel--5.10 (patch 164-167)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 21 Nov 2006 08:56:38 +0000 |
parents | 02cf29720f31 fbcf2e3cbf22 |
children | f1d13e615070 |
line wrap: on
line diff
--- a/lisp/mouse.el Tue Nov 21 01:10:47 2006 +0000 +++ b/lisp/mouse.el Tue Nov 21 08:56:38 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