From: Chong Yidong Date: Thu, 15 Jan 2009 13:56:05 +0000 (+0000) Subject: * url-cookie.el (url-cookie-retrieve): If localpart is not a X-Git-Tag: emacs-pretest-23.0.90~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=200c0424509ea5710437686de485b0a366eeac99;p=emacs.git * url-cookie.el (url-cookie-retrieve): If localpart is not a string, use it literally. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index b2d290b2961..9efd2a093f0 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2009-01-15 Chong Yidong + + * url-cookie.el (url-cookie-retrieve): If localpart is not a + string, use it literally. + 2009-01-14 Chong Yidong * url-cookie.el (url-cookie-retrieve): Handle null localpart.