; Fix typo

This commit is contained in:
Andreas Schwab 2026-05-12 17:10:35 +02:00
parent 306f4d1660
commit 98c28606d2

View file

@ -304,7 +304,7 @@ i.e. 1970-1-1) are loaded as expiring one year from now instead."
(let ((system-time-locale "C")) (let ((system-time-locale "C"))
(format-time-string "%a %b %d %H:%M:%S %Y GMT" (format-time-string "%a %b %d %H:%M:%S %Y GMT"
(time-add nil (read max-age)) (time-add nil (read max-age))
t))) t))))
(setq expires (cdr-safe (assoc-string "expires" args t)))) (setq expires (cdr-safe (assoc-string "expires" args t))))
(while (consp trusted) (while (consp trusted)
(if (string-match (car trusted) current-url) (if (string-match (car trusted) current-url)