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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-win.el
Date: Fri, 04 Apr 2003 01:22:13 -0500

Index: emacs/lisp/gnus/gnus-win.el
diff -c emacs/lisp/gnus/gnus-win.el:1.10 emacs/lisp/gnus/gnus-win.el:1.11
*** emacs/lisp/gnus/gnus-win.el:1.10    Wed Sep 19 14:05:52 2001
--- emacs/lisp/gnus/gnus-win.el Fri Nov 29 10:57:52 2002
***************
*** 1,5 ****
  ;;; gnus-win.el --- window configuration functions for Gnus
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 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>
***************
*** 291,297 ****
      (unless window
        (setq window current-window))
      (select-window window)
!     ;; This might be an old-stylee buffer config.
      (when (vectorp split)
        (setq split (append split nil)))
      (when (or (consp (car split))
--- 291,297 ----
      (unless window
        (setq window current-window))
      (select-window window)
!     ;; This might be an old-style buffer config.
      (when (vectorp split)
        (setq split (append split nil)))
      (when (or (consp (car split))




reply via email to

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