]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-selection-mode): Drop unneeded positional args.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:13:18 +0000 (22:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:13:18 +0000 (22:13 +0000)
lisp/delsel.el

index f0749eefe77225df0ea9a3396a3573f2c1f5c986..52819206810fb86e7d3c65d26c5ca63847a0a288 100644 (file)
@@ -65,7 +65,7 @@ When Delete Selection mode is enabled, Transient Mark mode is also
 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)