mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(delete-selection-mode): Drop unneeded positional args.
This commit is contained in:
parent
44e70da297
commit
82fdafde11
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user