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
140f8645
Commit
140f8645
authored
Feb 01, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(update_frame): Compare FRAME_MINIBUF_WINDOW(f)
against with not minibuf_window but echo_area_window.
parent
c0239a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
140f8645
...
...
@@ -1343,7 +1343,7 @@ update_frame (f, force, inhibit_hairy_id)
/* These cases apply only to the frame that contains
the active minibuffer window. */
&&
FRAME_HAS_MINIBUF_P
(
f
)
&&
EQ
(
FRAME_MINIBUF_WINDOW
(
f
),
minibuf
_window
))
&&
EQ
(
FRAME_MINIBUF_WINDOW
(
f
),
echo_area
_window
))
{
int
top
=
XINT
(
XWINDOW
(
FRAME_MINIBUF_WINDOW
(
f
))
->
top
);
int
row
,
col
;
...
...
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