mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(global-map): Change 2006-08-16 fix to call mouse-yank-at-click
explicitly, since mouse events are not carried over into keyboard macros.
This commit is contained in:
parent
c940b9e5d5
commit
d97c13b212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user