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:
parent
bd513d9d32
commit
cc5ac2c651
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue