Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2019-08-24 00:11:07 +02:00
parent 5c55d3a53c
commit d64f7a2c9b
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ nil, just return 0."
((numberp s) s)
((stringp s)
(condition-case nil
(float-time (org-time-string-to-time s))
(float-time (apply #'encode-time (org-parse-time-string s)))
(error 0)))
(t 0)))