Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5257b534
Commit
5257b534
authored
May 02, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(S-delete): Fix typo (was C-delete).
parent
0f21f770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/s-region.el
lisp/s-region.el
+1
-1
No files found.
lisp/s-region.el
View file @
5257b534
...
...
@@ -97,7 +97,7 @@ add binding to, defaulting to global keymap."
(
or
(
global-key-binding
[C-insert]
)
(
global-set-key
[C-insert]
'copy-region-as-kill
))
(
or
(
global-key-binding
[
C
-delete]
)
(
or
(
global-key-binding
[
S
-delete]
)
(
global-set-key
[S-delete]
'kill-region
))
(
or
(
global-key-binding
[S-insert]
)
(
global-set-key
[S-insert]
'yank
))
...
...
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