diff options
| -rw-r--r-- | lisp/delsel.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el index f0749eefe77..52819206810 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -65,7 +65,7 @@ When Delete Selection mode is enabled, Transient Mark mode is also | |||
| 65 | enabled and typed text replaces the selection if the selection is | 65 | enabled and typed text replaces the selection if the selection is |
| 66 | active. Otherwise, typed text is just inserted at point regardless of | 66 | active. Otherwise, typed text is just inserted at point regardless of |
| 67 | any selection." | 67 | any selection." |
| 68 | nil nil nil :global t :group 'editing-basics | 68 | :global t :group 'editing-basics |
| 69 | (if (not delete-selection-mode) | 69 | (if (not delete-selection-mode) |
| 70 | (remove-hook 'pre-command-hook 'delete-selection-pre-hook) | 70 | (remove-hook 'pre-command-hook 'delete-selection-pre-hook) |
| 71 | (add-hook 'pre-command-hook 'delete-selection-pre-hook) | 71 | (add-hook 'pre-command-hook 'delete-selection-pre-hook) |