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
499ea23b
Commit
499ea23b
authored
May 26, 1995
by
Karl Heuer
Browse files
(x_set_frame_parameters) Fix typo.
parent
adab4483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
499ea23b
...
...
@@ -805,7 +805,7 @@ x_set_frame_parameters (f, alist)
if
(
EQ
(
height
,
Qunbound
))
XSETINT
(
height
,
FRAME_HEIGHT
(
f
));
/* Don't set these parameters
these
unless they've been explicitly
/* Don't set these parameters unless they've been explicitly
specified. The window might be mapped or resized while we're in
this function, and we don't want to override that unless the lisp
code has asked for it.
...
...
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