summaryrefslogtreecommitdiff
path: root/lisp/delsel.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-25 18:21:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-25 18:21:48 +0000
commitb708f0ad5fb5203ddc042dc58fe83f9711fb97f6 (patch)
tree507b1cff56cd5ef83238b9c29ca9e30a6090f0e7 /lisp/delsel.el
parent85cff943df0b52028b73d4a9e9c130e9ccc27553 (diff)
(clipboard-yank): Add delete-selection property.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r--lisp/delsel.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index 4b61f8130d..13a1cb537f 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -72,6 +72,7 @@ insertion commands first delete the region and then insert.")
(put 'self-insert-iso 'delete-selection t)
(put 'yank 'delete-selection 'yank)
+(put 'clipboard-yank 'delete-selection 'yank)
(put 'insert-register 'delete-selection t)
(put 'delete-backward-char 'delete-selection 'supersede)