From 93c8c9cd7d48e5142808c444ba4d637f1ef45d77 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 19 May 2005 17:59:58 +0000 Subject: [PATCH] (url-cookie-multiple-line): Specify group and type in defcustom. --- lisp/url/ChangeLog | 5 +++++ lisp/url/url-cookie.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index f6c75639d6f..546af477106 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2005-05-19 Juanma Barranquero + + * url-cookie.el (url-cookie-multiple-line): + Specify group and type in defcustom. + 2005-05-06 Juanma Barranquero * url-auth.el (url-register-auth-scheme): diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index ba13d3d7a8d..328e60b63bc 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el @@ -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.") -- 2.39.5