]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fother_buffer): Consider buffers as invisible when
authorGerd Moellmann <gerd@gnu.org>
Tue, 5 Sep 2000 13:02:14 +0000 (13:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 5 Sep 2000 13:02:14 +0000 (13:02 +0000)
they are displayed in a window on an invisible frame.

src/ChangeLog
src/buffer.c

index 2f746a329c349f4a55d0afef653767cb74148394..bbaf75874fe502dcc6b485640f1a46989ef78d20 100644 (file)
@@ -1,5 +1,8 @@
 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
 
+       * buffer.c (Fother_buffer): Consider buffers as invisible when
+       they are displayed in a window on an invisible frame.
+
        * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
        get-largest-window always return nil.
 
index 50b982fb3fd3788c873964bfa316e6fd831ebd9f..3a830476d03094ae036d834dde54fb62d8328851 100644 (file)
@@ -1047,7 +1047,7 @@ If BUFFER is omitted or nil, some interesting buffer is returned.")
        }
 
       if (NILP (visible_ok))
-       tem = Fget_buffer_window (buf, Qt);
+       tem = Fget_buffer_window (buf, Qvisible);
       else
        tem = Qnil;
       if (NILP (tem))