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
eb46da6a
Commit
eb46da6a
authored
May 28, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(keys_of_cmds): Predefined 0240-0376 as self-insert.
parent
9a6015e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/cmds.c
src/cmds.c
+2
-0
No files found.
src/cmds.c
View file @
eb46da6a
...
...
@@ -380,6 +380,8 @@ keys_of_cmds ()
initial_define_key
(
global_map
,
Ctl
(
'I'
),
"self-insert-command"
);
for
(
n
=
040
;
n
<
0177
;
n
++
)
initial_define_key
(
global_map
,
n
,
"self-insert-command"
);
for
(
n
=
0240
;
n
<
0377
;
n
++
)
initial_define_key
(
global_map
,
n
,
"self-insert-command"
);
initial_define_key
(
global_map
,
Ctl
(
'A'
),
"beginning-of-line"
);
initial_define_key
(
global_map
,
Ctl
(
'B'
),
"backward-char"
);
...
...
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