]> code.delx.au - gnu-emacs/blobdiff - lisp/delsel.el
*** empty log message ***
[gnu-emacs] / lisp / delsel.el
index 9305dfbf31f00caf0bd698428f8e50ba065bdead..d8e034a5f9fc0bdf5c1c49c68001ad2f2574150e 100644 (file)
@@ -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 ()
@@ -151,4 +149,5 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
 
 (provide 'delsel)
 
+;;; arch-tag: 1e388890-1b50-4ed0-9347-763b1343b6ed
 ;;; delsel.el ends here