diff options
| -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 5f08ba4f0bf..0d7a57d8ab9 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -133,8 +133,6 @@ 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 | |||
| 138 | ;; This is very useful for cancelling a selection in the minibuffer without | 136 | ;; This is very useful for cancelling a selection in the minibuffer without |
| 139 | ;; aborting the minibuffer. | 137 | ;; aborting the minibuffer. |
| 140 | (defun minibuffer-keyboard-quit () | 138 | (defun minibuffer-keyboard-quit () |