# HG changeset patch # User Juanma Barranquero # Date 1116525572 0 # Node ID b2ba3b366582cfeabcc0876843203a3adce2c70a # Parent 4dfd92e38a92e59f6e9e9b19177075ce36b3ba26 (url-cookie-multiple-line): Specify group and type in defcustom. diff -r 4dfd92e38a92 -r b2ba3b366582 lisp/url/url-cookie.el --- a/lisp/url/url-cookie.el Thu May 19 16:53:26 2005 +0000 +++ b/lisp/url/url-cookie.el Thu May 19 17:59:32 2005 +0000 @@ -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.")