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
bad481d4
Commit
bad481d4
authored
Sep 30, 1992
by
Jim Blandy
Browse files
* lisp.h: Doc elaboration for Lisp_Buffer_Local_Value.
parent
01b8e020
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/lisp.h
src/lisp.h
+4
-1
No files found.
src/lisp.h
View file @
bad481d4
...
...
@@ -123,7 +123,10 @@ enum Lisp_Type
created.
Note that REALVALUE can be a forwarding pointer. Each time it
is examined or set, forwarding must be done. */
is examined or set, forwarding must be done. Each time we
switch buffers, buffer-local variables which forward into C
variables are swapped immediately, so the C code can assume
that they are always up to date. */
Lisp_Buffer_Local_Value
,
/* Like Lisp_Buffer_Local_Value with one difference:
...
...
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