diff lisp/delsel.el @ 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 63a2ec6dae39
children 3dbecf5d82d8
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)