1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(self-insert-iso): Add delete-selection property.

This commit is contained in:
Richard M. Stallman 1994-10-14 18:41:41 +00:00
parent bd513d9d32
commit cc5ac2c651

View file

@ -60,6 +60,7 @@ insertion commands first delete the region and then insert.")
(add-hook 'pre-command-hook 'delete-selection-pre-hook)
(put 'self-insert-command 'delete-selection t)
(put 'self-insert-iso 'delete-selection t)
(put 'yank 'delete-selection t)
(put 'insert-register 'delete-selection t)