Remove current-month from configuration.
This commit is contained in:
parent
94cf210ac4
commit
f115379645
1 changed files with 0 additions and 7 deletions
|
@ -48,13 +48,6 @@
|
||||||
month
|
month
|
||||||
util-parser)
|
util-parser)
|
||||||
|
|
||||||
;; Current month - if changed, we get the actual state for given month.
|
|
||||||
(define *current-month*
|
|
||||||
(make-parameter
|
|
||||||
(let ((d (seconds->local-time (current-seconds))))
|
|
||||||
(list (+ 1900 (vector-ref d 5))
|
|
||||||
(+ (vector-ref d 4) 1)))))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Initial configuration from *etc-hackerbase*
|
;; Initial configuration from *etc-hackerbase*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue