# HG changeset patch # User Stefan Monnier # Date 1084898288 0 # Node ID 00a30fe7897ac7d45eaa1b4001394740dbb5a3f0 # Parent 57f4a242e8f4bd324dc73a89de3a15d5aca0ea44 (gnus-all-windows-visible-p): Don't consider non-visible windows. diff -r 57f4a242e8f4 -r 00a30fe7897a lisp/gnus/gnus-win.el --- a/lisp/gnus/gnus-win.el Tue May 18 16:22:46 2004 +0000 +++ b/lisp/gnus/gnus-win.el Tue May 18 16:38:08 2004 +0000 @@ -1,5 +1,5 @@ ;;; gnus-win.el --- window configuration functions for Gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 +;; Copyright (C) 1996, 97, 98, 1999, 2000, 02, 2004 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen @@ -516,7 +516,7 @@ (unless buffer (error "Invalid buffer type: %s" type)) (if (and (setq buf (get-buffer (gnus-window-to-buffer-helper buffer))) - (setq win (get-buffer-window buf t))) + (setq win (get-buffer-window buf 0))) (if (memq 'point split) (setq all-visible win)) (setq all-visible nil)))