]> git.eshelyaron.com Git - emacs.git/commit
Fix parse-time-string bug with ISO 8601 defaults
authorBastien <bzg@gnu.org>
Fri, 24 Jan 2020 20:06:26 +0000 (12:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jan 2020 21:41:55 +0000 (13:41 -0800)
commit9c576c207a8f4f98fd89deb4f3b4bfbe1ad37e37
tree5493e89b8ae64ed9a93000296312ec1d27e7ee0b
parentfcad41c14db874f139db45cbf9e90f7309687d20
Fix parse-time-string bug with ISO 8601 defaults

* lisp/calendar/parse-time.el (parse-time-string):
Do not use decoded-time-set-defaults; just let iso8601-parse
do its thing.
lisp/calendar/parse-time.el