]> git.eshelyaron.com Git - emacs.git/commit
Fix two parse-time-months invalid assumptions
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Aug 2019 22:34:35 +0000 (15:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Aug 2019 22:47:15 +0000 (15:47 -0700)
commitfbd2ea1f73f3262636efacfe77ad33dc8a4d826f
tree53387c8bf1efe425dd0a0cc90330cebed405805d
parent24b60b75ea544f0c2df740d40592c6665c123523
Fix two parse-time-months invalid assumptions

* lisp/gnus/nnimap.el: Do not require parse-time.
* lisp/gnus/nnimap.el (nnimap-find-expired-articles):
* lisp/net/pop3.el (pop3-make-date):
Just use system-time-locale and format-time-string; no need to
refer to parse-time-months.
* lisp/net/pop3.el (parse-time-months): Remove defvar.
* lisp/net/tramp-smb.el (tramp-smb-read-file-entry):
Add FIXME comment about this.
lisp/gnus/nnimap.el
lisp/net/pop3.el
lisp/net/tramp-smb.el