1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* url-cookie.el (url-cookie-retrieve): If localpart is not a

string, use it literally.
This commit is contained in:
Chong Yidong 2009-01-15 13:56:05 +00:00
parent 71f982e3ac
commit 200c042450

View File

@ -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.