diff options
| author | Chong Yidong | 2009-01-15 13:56:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-15 13:56:05 +0000 |
| commit | 200c0424509ea5710437686de485b0a366eeac99 (patch) | |
| tree | cbfa4d94e418f257eeecef28d9b160a09635b3ff | |
| parent | 71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-01-14 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-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. |