]> git.eshelyaron.com Git - emacs.git/commitdiff
(self-insert-iso): Add delete-selection property.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 18:41:41 +0000 (18:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 18:41:41 +0000 (18:41 +0000)
lisp/delsel.el

index b1ed2a88118a22cd7f82b9262904df48392b3485..2294df5ac67b7fe09be3525d491d45dfb3013f46 100644 (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)