* timezone.el: Modified comments.
authorteranisi <teranisi>
Wed, 22 Dec 1999 02:45:55 +0000 (02:45 +0000)
committerteranisi <teranisi>
Wed, 22 Dec 1999 02:45:55 +0000 (02:45 +0000)
 (toplevel): Require 'product.

ChangeLog
timezone.el

index d3a16a8..eda4d28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * timezone.el: Modified comments.
+       (toplevel): Require 'product.
+
 1999-12-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * apel-ver.el: Footer fix.
index f1d3a5f..667f7ea 100644 (file)
@@ -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