changeset 92600:570c28579388

Comment.
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 03:49:30 +0000
parents f90cefa62737
children e4ad99d933b5
files lisp/calendar/timeclock.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/timeclock.el	Sat Mar 08 03:48:53 2008 +0000
+++ b/lisp/calendar/timeclock.el	Sat Mar 08 03:49:30 2008 +0000
@@ -1,7 +1,7 @@
 ;;; timeclock.el --- mode for keeping track of how much you work
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Created: 25 Mar 1999
@@ -1399,5 +1399,5 @@
 (if (file-readable-p timeclock-file)
     (timeclock-reread-log))
 
-;;; arch-tag: a0be3377-deb6-44ec-b9a2-a7be28436a40
+;; arch-tag: a0be3377-deb6-44ec-b9a2-a7be28436a40
 ;;; timeclock.el ends here