From 1976223fab4529ab0a724edae2e0093040c73f48 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 27 Nov 2007 04:04:08 +0000 Subject: [PATCH] (calendar-current-time-zone) (calendar-absolute-from-gregorian, dst-in-effect): Declare as functions. --- lisp/calc/calc-forms.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index 3839fc93666..13048c85dce 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el @@ -32,6 +32,12 @@ (require 'calc-ext) (require 'calc-macs) +;; Declare functions which are defined elsewhere. +(declare-function calendar-current-time-zone "cal-dst" ()) +(declare-function calendar-absolute-from-gregorian "calendar" (date)) +(declare-function dst-in-effect "cal-dst" (date)) + + (defun calc-time () (interactive) (calc-wrapper -- 2.39.2