More porting.
This commit is contained in:
parent
d1cbfffc8f
commit
f1707906d4
2 changed files with 4 additions and 3 deletions
|
@ -71,8 +71,8 @@
|
|||
(define *current-month*
|
||||
(make-parameter
|
||||
(let ((d (seconds->local-time (current-seconds))))
|
||||
(list (+ 1900 (vector-ref d 5))
|
||||
(+ (vector-ref d 4) 1)))))
|
||||
(make-cal-month (+ 1900 (vector-ref d 5))
|
||||
(+ (vector-ref d 4) 1)))))
|
||||
|
||||
;; Creates a new period value with optional since and before
|
||||
;; comments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue