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
a2db42d6
Commit
a2db42d6
authored
May 27, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(window_loop, case GET_LRU_WINDOW): Get frame's width properly.
parent
ecc99658
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/window.c
src/window.c
+1
-1
No files found.
src/window.c
View file @
a2db42d6
...
...
@@ -1131,7 +1131,7 @@ window_loop (type, obj, mini, frames)
case
GET_LRU_WINDOW
:
/* t as arg means consider only full-width windows */
if
(
!
NILP
(
obj
)
&&
XFASTINT
(
XWINDOW
(
w
)
->
width
)
!=
FRAME_WIDTH
(
frame
))
!=
FRAME_WIDTH
(
XFRAME
(
WINDOW_FRAME
(
XWINDOW
(
w
)))
))
break
;
#if 0
/* Ignore invisible and iconified frames. */
...
...
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