diff options
| -rw-r--r-- | lisp/delsel.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el index 0d7a57d8ab9..5f08ba4f0bf 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -133,6 +133,8 @@ use either \\[customize] or the function `delete-selection-mode'." | |||
| 133 | 133 | ||
| 134 | (put 'insert-parentheses 'delete-selection t) | 134 | (put 'insert-parentheses 'delete-selection t) |
| 135 | 135 | ||
| 136 | (put 'skeleton-pair-insert-maybe 'delete-selection t) | ||
| 137 | |||
| 136 | ;; This is very useful for cancelling a selection in the minibuffer without | 138 | ;; This is very useful for cancelling a selection in the minibuffer without |
| 137 | ;; aborting the minibuffer. | 139 | ;; aborting the minibuffer. |
| 138 | (defun minibuffer-keyboard-quit () | 140 | (defun minibuffer-keyboard-quit () |