diff options
| -rw-r--r-- | lisp/url/url-cookie.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 28dfcedeaca..d922033d820 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -161,7 +161,7 @@ telling Microsoft that." | |||
| 161 | (let ((exp (url-cookie-expires cookie))) | 161 | (let ((exp (url-cookie-expires cookie))) |
| 162 | (and (> (length exp) 0) | 162 | (and (> (length exp) 0) |
| 163 | (condition-case () | 163 | (condition-case () |
| 164 | (time-less-p nil (date-to-time exp)) | 164 | (time-less-p (date-to-time exp) nil) |
| 165 | (error nil))))) | 165 | (error nil))))) |
| 166 | 166 | ||
| 167 | (defun url-cookie-retrieve (host &optional localpart secure) | 167 | (defun url-cookie-retrieve (host &optional localpart secure) |