changeset 101203:e0ce9afb03fe

* url-cookie.el (url-cookie-retrieve): If localpart is not a string, use it literally.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 15 Jan 2009 13:56:05 +0000
parents 91f60caed77a
children d0a97c7f67c7
files lisp/url/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Thu Jan 15 10:50:50 2009 +0000
+++ b/lisp/url/ChangeLog	Thu Jan 15 13:56:05 2009 +0000
@@ -1,3 +1,8 @@
+2009-01-15  Chong Yidong  <cyd@stupidchicken.com>
+
+	* url-cookie.el (url-cookie-retrieve): If localpart is not a
+	string, use it literally.
+
 2009-01-14  Chong Yidong  <cyd@stupidchicken.com>
 
 	* url-cookie.el (url-cookie-retrieve): Handle null localpart.