mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; Fix typo
This commit is contained in:
parent
306f4d1660
commit
98c28606d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue