Mercurial > emacs
changeset 62529:b2ba3b366582
(url-cookie-multiple-line): Specify group and type in defcustom.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 19 May 2005 17:59:32 +0000 |
parents | 4dfd92e38a92 |
children | eb9babbd0025 |
files | lisp/url/url-cookie.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")