summaryrefslogtreecommitdiff
path: root/lisp/timezone.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-19 21:15:30 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-19 21:15:30 +0000
commitaa56d8055e66593bc67e422fb2b8ca7cd1449e3b (patch)
treedfdbe7a2396019befbc3cc0bf13079e3fe05e0e8 /lisp/timezone.el
parentbc06ee8bd19082595210e30694c70000ccb1fb00 (diff)
downloademacs-aa56d8055e66593bc67e422fb2b8ca7cd1449e3b.tar.gz
emacs-aa56d8055e66593bc67e422fb2b8ca7cd1449e3b.tar.bz2
emacs-aa56d8055e66593bc67e422fb2b8ca7cd1449e3b.zip
*** empty log message ***
Diffstat (limited to 'lisp/timezone.el')
-rw-r--r--lisp/timezone.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/timezone.el b/lisp/timezone.el
index ac6997f8603..c2f932b16dd 100644
--- a/lisp/timezone.el
+++ b/lisp/timezone.el
@@ -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 @@ Recognize HH:MM:SS, HH:MM, HHMMSS, HHMM."
(or (and (zerop (% year 4))
(not (zerop (% year 100))))
(zerop (% year 400))))
+
+;;; timezone.el ends here