mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 10:53:04 +03:00
fix: lint
This commit is contained in:
parent
66e5be17d0
commit
084639e28e
1 changed files with 1 additions and 2 deletions
|
|
@ -309,8 +309,7 @@ This function is a version of `decoded-time-add' which takes into
|
|||
account only the year, month and day fields of DELTA. This is so
|
||||
because `time-convert' in the original function spams \"obsolete
|
||||
timestamp\" to the console if DELTA has some fields set to nil."
|
||||
(let ((time (copy-sequence time))
|
||||
seconds)
|
||||
(let ((time (copy-sequence time)))
|
||||
;; Years are simple.
|
||||
(when (decoded-time-year delta)
|
||||
(cl-incf (decoded-time-year time) (decoded-time-year delta)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue