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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-win.el [lexbind]
Date: Tue, 06 Jul 2004 07:14:17 -0400

Index: emacs/lisp/gnus/gnus-win.el
diff -c emacs/lisp/gnus/gnus-win.el:1.10.8.2 
emacs/lisp/gnus/gnus-win.el:1.10.8.3
*** emacs/lisp/gnus/gnus-win.el:1.10.8.2        Tue Oct 14 23:34:50 2003
--- emacs/lisp/gnus/gnus-win.el Tue Jul  6 09:23:45 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]