Fix URL cookie expiration bug
commit781f276cc12a204ec7db9ffd30d22a9a18c0fe94
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Nov 2017 05:30:26 +0000 (8 21:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Nov 2017 05:31:10 +0000 (8 21:31 -0800)
treee6b0675b1f429161cec6cf0877b83a2402f5820d
parent9e59de9449b53c3ecd85b624c11360ba9cafee75
Fix URL cookie expiration bug

Problem reported by Damien Cassou (Bug#29223).
* lisp/url/url-cookie.el (url-cookie-expired-p):
Fix typo in previous change, which caused unexpired cookies
to be treated as expired and vice versa.
lisp/url/url-cookie.el