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
437610c5
Commit
437610c5
authored
Oct 28, 2005
by
Chong Yidong
Browse files
* data.c (Fmake_variable_frame_local): Add clarification to
docstring.
parent
169a3241
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/data.c
src/data.c
+3
-1
No files found.
src/ChangeLog
View file @
437610c5
2005-10-27 Chong Yidong <cyd@stupidchicken.com>
* data.c (Fmake_variable_frame_local): Add clarification to
docstring.
* fringe.c (update_window_fringes): Handle case where buffer ends
with a newline.
...
...
src/data.c
View file @
437610c5
...
...
@@ -1714,7 +1714,9 @@ it is in effect whenever the current buffer has no buffer-local binding.
A frame-local binding is actually a frame parameter value;
thus, any given frame has a local binding for VARIABLE if it has
a value for the frame parameter named VARIABLE. Return VARIABLE.
See `modify-frame-parameters' for how to set frame parameters. */
)
This function does not in itself create any frame-local bindings for
VARIABLE. See `modify-frame-parameters' for how to set frame parameters. */
)
(
variable
)
register
Lisp_Object
variable
;
{
...
...
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