Mercurial > emacs
changeset 8191:09b630d545fe
(Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 11 Jul 1994 00:37:44 +0000 |
parents | 04aa77218846 |
children | 091cd6243cae |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Mon Jul 11 00:25:37 1994 +0000 +++ b/src/window.c Mon Jul 11 00:37:44 1994 +0000 @@ -1773,8 +1773,10 @@ if (!NILP (window) && (NILP (not_this_window) || !EQ (window, selected_window))) { +#ifdef MULTI_FRAME if (FRAME_ICONIFIED_P (XFRAME (WINDOW_FRAME (XWINDOW (window))))) Fmake_frame_visible (WINDOW_FRAME (XWINDOW (window))); +#endif return window; }