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
4205cb08
Commit
4205cb08
authored
Jun 27, 1996
by
Richard M. Stallman
Browse files
(modify_event_symbol): Add properly to *symbol_table.
parent
e1775344
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 @
4205cb08
...
...
@@ -4485,7 +4485,7 @@ modify_event_symbol (symbol_num, modifiers, symbol_kind, name_alist,
}
if
(
CONSP
(
*
symbol_table
))
*symbol_table = Fcons (value, *symbol_table);
*
symbol_table
=
Fcons
(
Fcons
(
symbol_int
,
value
)
,
*
symbol_table
);
else
XVECTOR
(
*
symbol_table
)
->
contents
[
symbol_num
]
=
value
;
...
...
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