diff options
author | Miles Bader <miles@gnu.org> | 2006-02-08 04:26:44 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-08 04:26:44 +0000 |
commit | 380874900ca183ec2fdce91949d841328852d7a8 (patch) | |
tree | 6918a4182f8657251e83223511aa7827fb8820ed /lisp/time-stamp.el | |
parent | 72b464afc12a7532fc8555352db04c65647c15ae (diff) | |
parent | c96ec15a58817ac97db5348187e2d8695f609cb5 (diff) | |
download | emacs-380874900ca183ec2fdce91949d841328852d7a8.tar.gz |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r-- | lisp/time-stamp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index af3528aa11d..76373980be2 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -1,11 +1,11 @@ ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. -;; Maintainer's Time-stamp: <2004-09-25 20:55:35 gildea> +;; Maintainer's Time-stamp: <2006-02-06 15:11:58 ttn> ;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org> ;; Keywords: tools |