emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el,v
Date: Thu, 17 Aug 2006 03:36:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/08/17 03:36:18

Index: mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -b -r1.299 -r1.300
--- mouse.el    23 Jul 2006 21:13:13 -0000      1.299
+++ mouse.el    17 Aug 2006 03:36:17 -0000      1.300
@@ -2398,6 +2398,8 @@
 (global-set-key [right-fringe mouse-1] 'mouse-set-point)
 
 (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 [mouse-3]      'mouse-save-then-kill)
 
 ;; By binding these to down-going events, we let the user use the up-going




reply via email to

[Prev in Thread] Current Thread [Next in Thread]