[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/url/url-cookie.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/url/url-cookie.el |
Date: |
Thu, 19 May 2005 13:59:32 -0400 |
Index: emacs/lisp/url/url-cookie.el
diff -c emacs/lisp/url/url-cookie.el:1.7 emacs/lisp/url/url-cookie.el:1.8
*** emacs/lisp/url/url-cookie.el:1.7 Mon May 16 10:07:31 2005
--- emacs/lisp/url/url-cookie.el Thu May 19 17:59:32 2005
***************
*** 87,93 ****
"*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.")
(defvar url-cookies-changed-since-last-save nil
"Whether the cookies list has changed since the last save operation.")
--- 87,95 ----
"*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."
! :type 'boolean
! :group 'url-cookie)
(defvar url-cookies-changed-since-last-save nil
"Whether the cookies list has changed since the last save operation.")