aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-14 18:41:41 +0000
committerRichard M. Stallman1994-10-14 18:41:41 +0000
commitcc5ac2c651f55fb35bcd1ae7bf6534c133b683bc (patch)
treee4edef8dd36012f707c47c390521b82c9551559f
parentbd513d9d322e69c4301d1967be0806050edd81d2 (diff)
downloademacs-cc5ac2c651f55fb35bcd1ae7bf6534c133b683bc.tar.gz
emacs-cc5ac2c651f55fb35bcd1ae7bf6534c133b683bc.zip
(self-insert-iso): Add delete-selection property.
-rw-r--r--lisp/delsel.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index b1ed2a88118..2294df5ac67 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -60,6 +60,7 @@ insertion commands first delete the region and then insert.")
60(add-hook 'pre-command-hook 'delete-selection-pre-hook) 60(add-hook 'pre-command-hook 'delete-selection-pre-hook)
61 61
62(put 'self-insert-command 'delete-selection t) 62(put 'self-insert-command 'delete-selection t)
63(put 'self-insert-iso 'delete-selection t)
63 64
64(put 'yank 'delete-selection t) 65(put 'yank 'delete-selection t)
65(put 'insert-register 'delete-selection t) 66(put 'insert-register 'delete-selection t)