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
715d9345
Commit
715d9345
authored
Oct 20, 1992
by
Richard M. Stallman
Browse files
(syms_of_keyboard): Properly staticpro this_command_keys.
parent
c2db7f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
715d9345
...
...
@@ -3931,7 +3931,7 @@ syms_of_keyboard ()
staticpro
(
&
recent_keys
);
this_command_keys
=
Fmake_vector
(
make_number
(
40
),
Qnil
);
staticpro
(
&
recent
_keys
);
staticpro
(
&
this_command
_keys
);
func_key_syms
=
Qnil
;
staticpro
(
&
func_key_syms
);
...
...
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