]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-cookie-multiple-line): Specify group and type in defcustom.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 19 May 2005 17:59:58 +0000 (17:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 19 May 2005 17:59:58 +0000 (17:59 +0000)
lisp/url/ChangeLog
lisp/url/url-cookie.el

index f6c75639d6f8c00b47a6be295e8813c9f458cb18..546af47710644079c6ecc9570822888ad75c8d58 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-cookie.el (url-cookie-multiple-line):
+       Specify group and type in defcustom.
+
 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * url-auth.el (url-register-auth-scheme):
index ba13d3d7a8dc172e7dd5c8fe0454624373d20c79..328e60b63bcb238e7fa2c2caef86757fb89023cb 100644 (file)
@@ -87,7 +87,9 @@
   "*If nil, HTTP requests put all cookies for the server on one line.
 Some web servers, such as http://www.hotmail.com/, only accept cookies
 when they are on one line.  This is broken behaviour, but just try
-telling Microsoft that.")
+telling Microsoft that."
+  :type 'boolean
+  :group 'url-cookie)
 
 (defvar url-cookies-changed-since-last-save nil
   "Whether the cookies list has changed since the last save operation.")