Mercurial > emacs
changeset 2910:74b7994f2d20
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 19 May 1993 21:15:30 +0000 |
parents | 62f6fd783884 |
children | 9c3ca97cf30a |
files | lisp/timezone.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/timezone.el Wed May 19 21:15:18 1993 +0000 +++ b/lisp/timezone.el Wed May 19 21:15:30 1993 +0000 @@ -1,6 +1,9 @@ ;;; Timezone package for GNU Emacs -;; Copyright(C) 1990, 1991, 1992 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. + +;;; Author: Masanobu Umeda +;;; Maintainer: umerin@mse.kyutech.ac.jp ;; This file is part of GNU Emacs. @@ -304,3 +307,5 @@ (or (and (zerop (% year 4)) (not (zerop (% year 100)))) (zerop (% year 400)))) + +;;; timezone.el ends here