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
f0b9a067
Commit
f0b9a067
authored
Jan 22, 2002
by
Jan Djärv
Browse files
xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
parent
2db0da92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/ChangeLog
View file @
f0b9a067
2002-01-22 Jan D. <Jan.Djarv@mbox200.swipnet.se>
* xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se>
* xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
...
...
src/xfns.c
View file @
f0b9a067
...
...
@@ -945,7 +945,7 @@ x_set_frame_parameters (f, alist)
register Lisp_Object param_index, old_value;
old_value = get_frame_param (f, prop);
fullscreen_is_being_set = EQ (prop, Qfullscreen);
fullscreen_is_being_set
|
= EQ (prop, Qfullscreen);
if (NILP (Fequal (val, old_value)))
{
...
...
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