]> git.eshelyaron.com Git - emacs.git/commitdiff
(clipboard-yank): Add delete-selection property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 18:21:48 +0000 (18:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 18:21:48 +0000 (18:21 +0000)
lisp/delsel.el

index 4b61f8130d03e65b42101a94288a9a5d774397b6..13a1cb537f48ab0167dcd427f5c4ba1876936882 100644 (file)
@@ -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)