diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:13:18 +0000 | 
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:13:18 +0000 | 
| commit | 82fdafde11cc2495cc0d4e263579aeb8b470dd11 (patch) | |
| tree | 3bc84a3858965bf44d9dcc5ea95491d9e3992378 /lisp | |
| parent | 44e70da297567b5a98739d7357a81752b0d44155 (diff) | |
| download | emacs-82fdafde11cc2495cc0d4e263579aeb8b470dd11.tar.gz | |
(delete-selection-mode): Drop unneeded positional args.
Diffstat (limited to 'lisp')
| -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  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)  | 
