]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-all-windows-visible-p): Don't consider non-visible windows.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 May 2004 16:38:40 +0000 (16:38 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 May 2004 16:38:40 +0000 (16:38 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-win.el

index e2cea8301ec64cf05ec9cde10771ce662426f4b1..00a2634ee8c62fd830b85f90103144ba59010155 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-win.el (gnus-all-windows-visible-p): Don't consider
+       non-visible windows.
+
 2004-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * rfc2047.el (rfc2047-encode-message-header): Don't encode non-address
index fa082e7c1d03efbe9c45fb6570e149d7f8c2c861..4d0c18a8dafb1cefa574a98b2e0b7db2a5d6c9b7 100644 (file)
@@ -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 @@ should have point."
        (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)))