diff options
Diffstat (limited to 'lisp/mouse-copy.el')
| -rw-r--r-- | lisp/mouse-copy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index d3c3c80fd99..6198a125433 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el @@ -154,7 +154,7 @@ 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) + (global-set-key [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 |
