comparison lisp/emacs-lisp/ewoc.el @ 90224:2d92f5c9d6ae

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 26 Aug 2005 09:51:52 +0000
parents f9a65d7ebd29 5b1a238fcbb4
children c5406394f567
comparison
equal deleted inserted replaced
90223:edf295560b5a 90224:2d92f5c9d6ae
1 ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer 1 ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
2 2
3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 04 3 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 ;; Free Software Foundation 4 ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6 ;; Author: Per Cederqvist <ceder@lysator.liu.se> 6 ;; Author: Per Cederqvist <ceder@lysator.liu.se>
7 ;; Inge Wallin <inge@lysator.liu.se> 7 ;; Inge Wallin <inge@lysator.liu.se>
8 ;; Maintainer: monnier@gnu.org 8 ;; Maintainer: monnier@gnu.org
9 ;; Created: 3 Aug 1992 9 ;; Created: 3 Aug 1992