Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e4d0c9a
Commit
0e4d0c9a
authored
May 29, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fbuffer_local_value): Call indirect_variable.
parent
bebcc4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/buffer.c
src/buffer.c
+3
-0
No files found.
src/buffer.c
View file @
0e4d0c9a
...
...
@@ -889,6 +889,9 @@ is the default binding of the variable. */)
CHECK_BUFFER
(
buffer
);
buf
=
XBUFFER
(
buffer
);
if
(
SYMBOLP
(
variable
))
variable
=
indirect_variable
(
variable
);
/* Look in local_var_list */
result
=
Fassoc
(
variable
,
buf
->
local_var_alist
);
if
(
NILP
(
result
))
...
...
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