]> git.eshelyaron.com Git - emacs.git/commit
Fix icalendar time zone parsing glitch
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 17:40:21 +0000 (09:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 19:17:25 +0000 (11:17 -0800)
commit3e6c69de9d1ae99ebb71eb2ed04bdb9ee42cbb80
tree594605924f2174df09d481f3a2e73891706ca236
parent34e3ad5ae449f4801af09d1df89d57350d0dc579
Fix icalendar time zone parsing glitch

* lisp/calendar/icalendar.el (icalendar--decode-isodatetime):
Use pcase instead of cl-case, as cl-macs might not be loaded.
Otherwise, a build complains “calendar/icalendar.el:618:57:
Warning: ‘90’ is a malformed function” and some
icalendar--decode-isodatetime tests fail.  This fixes a bug
introduced in 2021-11-21T08:18:57Z!dick.r.chiang@gmail.com.
lisp/calendar/icalendar.el