Mercurial > emacs
changeset 55668:00a30fe7897a
(gnus-all-windows-visible-p): Don't consider non-visible windows.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 18 May 2004 16:38:08 +0000 |
parents | 57f4a242e8f4 |
children | e9d29580c8ea |
files | lisp/gnus/gnus-win.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <larsi@gnus.org> @@ -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)))