diff options
Diffstat (limited to 'lisp/mouse-copy.el')
-rw-r--r-- | lisp/mouse-copy.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index cbd3f360c3e..1abc36d8812 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el @@ -152,7 +152,8 @@ If you have the bug (or the real fix :-), please let me know." "Drag out a secondary selection, then paste it at the current point. To test this function, evaluate: - (global-set-key [M-down-mouse-1] \\='mouse-drag-secondary-pasting) + (keymap-global-set \"M-<down-mouse-1>\" + \\='mouse-drag-secondary-pasting) put the point at one place, then click and drag over some other region." (interactive "e") ;; Work-around: We see and react to each part of a multi-click event |