Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
82fdafde
Commit
82fdafde
authored
Nov 03, 2000
by
Stefan Monnier
Browse files
(delete-selection-mode): Drop unneeded positional args.
parent
44e70da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/delsel.el
lisp/delsel.el
+1
-1
No files found.
lisp/delsel.el
View file @
82fdafde
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment