changeset 55278:902e17b9283e

Don't put `delete-selection' property on `insert-parentheses' symbol to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl <stahl@eos.franken.de>
author Juri Linkov <juri@jurta.org>
date Sat, 01 May 2004 04:00:51 +0000
parents 980615cc9a94
children 15b13b66182b
files lisp/delsel.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/delsel.el	Sat May 01 03:58:43 2004 +0000
+++ b/lisp/delsel.el	Sat May 01 04:00:51 2004 +0000
@@ -123,8 +123,6 @@
 (put 'newline 'delete-selection t)
 (put 'open-line 'delete-selection 'kill)
 
-(put 'insert-parentheses 'delete-selection t)
-
 ;; This is very useful for cancelling a selection in the minibuffer without
 ;; aborting the minibuffer.
 (defun minibuffer-keyboard-quit ()