projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c862c
)
(prev_frame): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 1994 22:49:47 +0000
(22:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 1994 22:49:47 +0000
(22:49 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 8998dd8eb91e0bec10ae390089257e6fa27939a1..be80ea221fccb5694559dc753e5cb65f7a98a68d 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-670,7
+670,7
@@
prev_frame (frame, minibuf)
if (! FRAME_MINIBUF_ONLY_P (XFRAME (f)))
prev = f;
}
- else if (
XTYPE (minibuf) == Lisp_Window
)
+ else if (
WINDOWP (minibuf)
)
{
if (EQ (FRAME_MINIBUF_WINDOW (XFRAME (f)), minibuf)
/* Check that F either is, or has forwarded its focus to,
@@
-686,7
+686,7
@@
prev_frame (frame, minibuf)
if (FRAME_VISIBLE_P (XFRAME (f)))
prev = f;
}
- else if (XFASTINT (f) == 0)
+ else if (XFASTINT (
minibu
f) == 0)
{
FRAME_SAMPLE_VISIBILITY (XFRAME (f));
if (FRAME_VISIBLE_P (XFRAME (f))