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
commit582b6cf846ae453a512d868f2b6211481c79f49a (patch)
tree3a93e41d25c5411026028b4e22ebdf5976310a4f /lisp/delsel.el
parent58e6af10dcb4607a5110cbe23eeba47464d89fec (diff)
downloademacs-582b6cf846ae453a512d868f2b6211481c79f49a.tar.gz
(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 4b61f8130d0..13a1cb537f4 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)