diff options
author | Juri Linkov <juri@jurta.org> | 2004-05-01 04:03:28 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-05-01 04:03:28 +0000 |
commit | 8aa3c147963335f79b8c9da26f9a0f1c89fa326d (patch) | |
tree | d14a77284cfe6f1fe2c2eb9655d8a4c6e2394221 /lisp/delsel.el | |
parent | 5891bf24d99843c76f56ec6f540b98d83d942426 (diff) | |
download | emacs-8aa3c147963335f79b8c9da26f9a0f1c89fa326d.tar.gz |
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>
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r-- | lisp/delsel.el | 2 |
1 files changed, 0 insertions, 2 deletions
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 () |