1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Update copyright years.

This commit is contained in:
John Paul Wallington 2003-05-18 18:27:57 +00:00
parent 0740098c32
commit e18c0ffe13
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-18 John Paul Wallington <jpw@gnu.org>
* ibuffer.el (ibuffer-display-summary): New customizable variable.
(ibuffer-update-title-and-summary): Respect it.
2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-mult.el (ediff-default-filtering-regexp): new variable.

View File

@ -1,6 +1,6 @@
;;; ibuf-macs.el --- macros for ibuffer
;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
;; Author: Colin Walters <walters@verbum.org>
;; Maintainer: John Paul Wallington <jpw@gnu.org>