Mercurial > emacs
changeset 33185:7630435cbccd
(delete-selection-mode): Drop unneeded positional args.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Nov 2000 22:13:18 +0000 |
parents | 8e6b63f3317d |
children | c63d52fc1eb7 |
files | lisp/delsel.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/delsel.el Fri Nov 03 22:12:48 2000 +0000 +++ b/lisp/delsel.el Fri Nov 03 22:13:18 2000 +0000 @@ -65,7 +65,7 @@ enabled and typed text replaces the selection if the selection is active. Otherwise, typed text is just inserted at point regardless of any selection." - nil nil nil :global t :group 'editing-basics + :global t :group 'editing-basics (if (not delete-selection-mode) (remove-hook 'pre-command-hook 'delete-selection-pre-hook) (add-hook 'pre-command-hook 'delete-selection-pre-hook)