# HG changeset patch # User Juri Linkov # Date 1083384051 0 # Node ID 902e17b9283e04a82727fb53b1640b217418b131 # Parent 980615cc9a9402ffdbbe6499a7b57f0d0d822e85 Don't put `delete-selection' property on `insert-parentheses' symbol to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl diff -r 980615cc9a94 -r 902e17b9283e lisp/delsel.el --- 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 ()