(toplevel): Require 'product.
+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.
;; 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
(- (/ (- divisor 1 n) divisor))
(/ n divisor))))
+;;; @ End.
+;;;
+
+(require 'product)
(product-provide (provide 'timezone) (require 'apel-ver))
;;; timezone.el ends here