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
b988a842
Commit
b988a842
authored
Oct 09, 1999
by
Phillip Rulon
Browse files
(get_local_map): Use indirect_function,
not Findirect_function.
parent
27271329
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/intervals.c
src/intervals.c
+1
-1
No files found.
src/intervals.c
View file @
b988a842
...
...
@@ -2063,7 +2063,7 @@ get_local_map (position, buffer)
/* Use the local map only if it is valid. */
/* Do allow symbols that are defined as keymaps. */
if (SYMBOLP (prop) && !NILP (prop))
prop =
F
indirect_function (prop);
prop = indirect_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