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
20218e2f
Commit
20218e2f
authored
Sep 29, 1992
by
Jim Blandy
Browse files
* keymap.c (access_keymap): Don't forget to QUIT while scanning
the keymap.
parent
533984a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/keymap.c
src/keymap.c
+2
-0
No files found.
src/keymap.c
View file @
20218e2f
...
...
@@ -247,6 +247,8 @@ access_keymap (map, idx)
return
XVECTOR
(
binding
)
->
contents
[
XINT
(
idx
)];
break
;
}
QUIT
;
}
}
...
...
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