From dbd26211b662539d07b22bdf43f3cb33eec010db Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 22 Dec 1999 02:45:55 +0000 Subject: [PATCH] * timezone.el: Modified comments. (toplevel): Require 'product. --- ChangeLog | 5 +++++ timezone.el | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3a16a8..eda4d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-12-22 Yuuichi Teranishi + + * timezone.el: Modified comments. + (toplevel): Require 'product. + 1999-12-21 Shuhei KOBAYASHI * apel-ver.el: Footer fix. diff --git a/timezone.el b/timezone.el index f1d3a5f..667f7ea 100644 --- a/timezone.el +++ b/timezone.el @@ -32,9 +32,6 @@ ;; Modified 4 October 1999 by Yuuichi Teranishi so that it will ;; work with old GNUS 3.14.4 under version 18 of Emacs. -;; Modified 5 October 1999 by Yuuichi Teranishi to fix y2k problem -;; of timezone-parse-date function. - ;;; Code: (defvar timezone-world-timezones @@ -507,6 +504,10 @@ With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR." (- (/ (- divisor 1 n) divisor)) (/ n divisor)))) +;;; @ End. +;;; + +(require 'product) (product-provide (provide 'timezone) (require 'apel-ver)) ;;; timezone.el ends here -- 1.7.10.4