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
a04f1a93
Commit
a04f1a93
authored
Oct 10, 1999
by
Phillip Rulon
Browse files
(Fsingle_key_description): Make tem big enough.
(describe_buffer_bindings): Make buf big enough.
parent
3f4c23f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/keymap.c
src/keymap.c
+2
-2
No files found.
src/ChangeLog
View file @
a04f1a93
No preview for this file type
src/keymap.c
View file @
a04f1a93
...
...
@@ -1952,7 +1952,7 @@ Control characters turn into C-whatever, etc.")
}
else
{
char
tem
[
2
0
];
char
tem
[
3
0
];
*
push_key_description
(
XUINT
(
key
),
tem
)
=
0
;
return
build_string
(
tem
);
...
...
@@ -2423,7 +2423,7 @@ You type Translation\n\
for
(
c
=
0
;
c
<
translate_len
;
c
++
)
if
(
translate
[
c
]
!=
c
)
{
char
buf
[
2
0
];
char
buf
[
3
0
];
char
*
bufend
;
if
(
alternate_heading
)
...
...
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