aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-15 13:56:05 +0000
committerChong Yidong2009-01-15 13:56:05 +0000
commit200c0424509ea5710437686de485b0a366eeac99 (patch)
treecbfa4d94e418f257eeecef28d9b160a09635b3ff
parent71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3 (diff)
downloademacs-200c0424509ea5710437686de485b0a366eeac99.tar.gz
emacs-200c0424509ea5710437686de485b0a366eeac99.zip
* url-cookie.el (url-cookie-retrieve): If localpart is not a
string, use it literally.
-rw-r--r--lisp/url/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 @@
12009-01-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * url-cookie.el (url-cookie-retrieve): If localpart is not a
4 string, use it literally.
5
12009-01-14 Chong Yidong <cyd@stupidchicken.com> 62009-01-14 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * url-cookie.el (url-cookie-retrieve): Handle null localpart. 8 * url-cookie.el (url-cookie-retrieve): Handle null localpart.