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
5907b863
Commit
5907b863
authored
Mar 22, 1994
by
Karl Heuer
Browse files
(Fdefine_key): Check for non-events in keyvector.
parent
0abbff13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/keymap.c
src/keymap.c
+3
-0
No files found.
src/keymap.c
View file @
5907b863
...
...
@@ -616,6 +616,9 @@ the front of KEYMAP.")
idx
++
;
}
if
(
!
INTEGERP
(
c
)
&&
!
SYMBOLP
(
c
)
&&
!
CONSP
(
c
))
error
(
"Key sequence contains illegal events"
);
if
(
idx
==
length
)
RETURN_UNGCPRO
(
store_in_keymap
(
keymap
,
c
,
def
));
...
...
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