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
70728a80
Commit
70728a80
authored
Mar 15, 1993
by
Richard M. Stallman
Browse files
(Fdelete_other_windows): Handle FRAME_MENU_BAR_LINES.
parent
2d66ad19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
70728a80
...
...
@@ -1283,11 +1283,11 @@ Only the frame WINDOW is on is affected.")
w
=
XWINDOW
(
window
);
top
=
XFASTINT
(
w
->
top
);
window_loop
(
DELETE_OTHER_WINDOWS
,
window
,
0
,
WINDOW_FRAME
(
w
));
window_loop
(
DELETE_OTHER_WINDOWS
,
window
,
0
,
WINDOW_FRAME
(
w
));
Fset_buffer
(
w
->
buffer
);
SET_PT
(
marker_position
(
w
->
start
));
Frecenter
(
make_number
(
top
));
Frecenter
(
make_number
(
top
-
FRAME_MENU_BAR_LINES
(
XFRAME
(
WINDOW_FRAME
(
w
)))
));
set_buffer_internal
(
obuf
);
SET_PT
(
opoint
);
...
...
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