emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-win.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-win.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:38:07 -0400

Index: emacs/lisp/gnus/gnus-win.el
diff -c emacs/lisp/gnus/gnus-win.el:1.11.6.1 
emacs/lisp/gnus/gnus-win.el:1.11.6.2
*** emacs/lisp/gnus/gnus-win.el:1.11.6.1        Fri Mar 12 00:02:58 2004
--- emacs/lisp/gnus/gnus-win.el Mon Jun 28 07:29:46 2004
***************
*** 1,5 ****
  ;;; gnus-win.el --- window configuration functions for Gnus
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,5 ----
  ;;; gnus-win.el --- window configuration functions for Gnus
! ;; Copyright (C) 1996, 97, 98, 1999, 2000, 02, 2004
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 516,522 ****
        (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)))
            (if (memq 'point split)
                (setq all-visible win))
          (setq all-visible nil)))
--- 516,522 ----
        (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 0)))
            (if (memq 'point split)
                (setq all-visible win))
          (setq all-visible nil)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]