From 98c28606d2a67ceab4c6cb03a17eb756e809b31b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 12 May 2026 17:10:35 +0200 Subject: [PATCH] ; Fix typo --- lisp/url/url-cookie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 2cc67a030ce..67f6d1e216d 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el @@ -304,7 +304,7 @@ i.e. 1970-1-1) are loaded as expiring one year from now instead." (let ((system-time-locale "C")) (format-time-string "%a %b %d %H:%M:%S %Y GMT" (time-add nil (read max-age)) - t))) + t)))) (setq expires (cdr-safe (assoc-string "expires" args t)))) (while (consp trusted) (if (string-match (car trusted) current-url)