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.")


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to