mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Fix extraction of wiki timestamps in Emacs HEAD
This commit is contained in:
parent
0569da79bd
commit
c4fa0ea263
1 changed files with 2 additions and 1 deletions
|
@ -224,7 +224,8 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
|
|||
(with-current-buffer (pb/with-wiki-rate-limit
|
||||
(url-retrieve-synchronously wiki-url))
|
||||
(pb/find-parse-time
|
||||
"Last edited \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\} [A-Z]\\{3\\}\\)"))))
|
||||
"Last edited \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\} [A-Z]\\{3\\}\\)"
|
||||
url-http-end-of-headers))))
|
||||
(pb/dump (cons new-content-hash new-timestamp) stamp-file)
|
||||
new-timestamp)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue