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
4a9f44cd
Commit
4a9f44cd
authored
Sep 04, 1996
by
Richard M. Stallman
Browse files
(get_local_map): Call indirect-function.
parent
d2609065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/intervals.c
src/intervals.c
+3
-0
No files found.
src/intervals.c
View file @
4a9f44cd
...
...
@@ -1789,6 +1789,9 @@ get_local_map (position, buffer)
BUF_ZV
(
buffer
)
=
old_zv
;
/* Use the local map only if it is valid. */
/* Do allow symbols that are defined as keymaps. */
if
(
SYMBOLP
(
prop
)
&&
!
NILP
(
prop
))
prop
=
Findirect_function
(
prop
);
if
(
!
NILP
(
prop
)
&&
(
tem
=
Fkeymapp
(
prop
),
!
NILP
(
tem
)))
return
prop
;
...
...
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