diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-11-27 04:04:08 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-11-27 04:04:08 +0000 |
commit | 1976223fab4529ab0a724edae2e0093040c73f48 (patch) | |
tree | 8edc1b9db54dc946ea86d06da76608f89599b093 /lisp/calc/calc-forms.el | |
parent | ded4d41900871f9ae7d95fe880028fccec00ada2 (diff) | |
download | emacs-1976223fab4529ab0a724edae2e0093040c73f48.tar.gz |
(calendar-current-time-zone)
(calendar-absolute-from-gregorian, dst-in-effect): Declare as
functions.
Diffstat (limited to 'lisp/calc/calc-forms.el')
-rw-r--r-- | lisp/calc/calc-forms.el | 6 |
1 files changed, 6 insertions, 0 deletions
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 |