/[emacs]/emacs/lisp/gnus/gnus-win.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-win.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.8.2 by miles, Tue Oct 14 23:34:50 2003 UTC revision 1.10.8.3 by miles, Tue Jul 6 09:23:45 2004 UTC
# Line 1  Line 1 
1  ;;; gnus-win.el --- window configuration functions for Gnus  ;;; gnus-win.el --- window configuration functions for Gnus
2  ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002  ;; Copyright (C) 1996, 97, 98, 1999, 2000, 02, 2004
3  ;;        Free Software Foundation, Inc.  ;;        Free Software Foundation, Inc.
4    
5  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
# Line 516  should have point." Line 516  should have point."
516          (unless buffer          (unless buffer
517            (error "Invalid buffer type: %s" type))            (error "Invalid buffer type: %s" type))
518          (if (and (setq buf (get-buffer (gnus-window-to-buffer-helper buffer)))          (if (and (setq buf (get-buffer (gnus-window-to-buffer-helper buffer)))
519                   (setq win (get-buffer-window buf t)))                   (setq win (get-buffer-window buf 0)))
520              (if (memq 'point split)              (if (memq 'point split)
521                  (setq all-visible win))                  (setq all-visible win))
522            (setq all-visible nil)))            (setq all-visible nil)))

Legend:
Removed from v.1.10.8.2  
changed lines
  Added in v.1.10.8.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26