]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-cookie.el (url-cookie-retrieve): If localpart is not a
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 Jan 2009 13:56:05 +0000 (13:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 Jan 2009 13:56:05 +0000 (13:56 +0000)
string, use it literally.

lisp/url/ChangeLog

index b2d290b29611b687ae3a9e6f22672e01aa7eb034..9efd2a093f04e12a824b5cf3a005fc6c3b1843ed 100644 (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.