# HG changeset patch # User Richard M. Stallman # Date 737846130 0 # Node ID 74b7994f2d2037f3bf2167bfd8054f78d5d3c622 # Parent 62f6fd78388455e95f0538544827c5425e89957f *** empty log message *** diff -r 62f6fd783884 -r 74b7994f2d20 lisp/timezone.el --- 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