changeset 26671:4771b205f45f

Grok skeleton-pair-insert-maybe.
author Dave Love <fx@gnu.org>
date Wed, 01 Dec 1999 14:30:41 +0000
parents 77fdce788a9f
children 33a16c803784
files lisp/delsel.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/delsel.el	Wed Dec 01 12:13:13 1999 +0000
+++ b/lisp/delsel.el	Wed Dec 01 14:30:41 1999 +0000
@@ -133,6 +133,8 @@
 
 (put 'insert-parentheses 'delete-selection t)
 
+(put 'skeleton-pair-insert-maybe 'delete-selection t)
+
 ;; This is very useful for cancelling a selection in the minibuffer without 
 ;; aborting the minibuffer.
 (defun minibuffer-keyboard-quit ()