(calendar-current-time-zone)
(calendar-absolute-from-gregorian, dst-in-effect): Declare as functions.
This commit is contained in:
parent
ded4d41900
commit
1976223fab
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue