From 8aa3c147963335f79b8c9da26f9a0f1c89fa326d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 1 May 2004 04:03:28 +0000 Subject: Don't put `delete-selection' property on `insert-parentheses' symbol to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl --- lisp/delsel.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/delsel.el') diff --git a/lisp/delsel.el b/lisp/delsel.el index 88e23cb218e..d8e034a5f9f 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -123,8 +123,6 @@ any selection." (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 () -- cgit v1.2.1