emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Mon, 14 Feb 2005 04:58:33 -0500

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.9 emacs/lisp/url/url-http.el:1.10
*** emacs/lisp/url/url-http.el:1.9      Sat Jan 22 10:52:28 2005
--- emacs/lisp/url/url-http.el  Mon Feb 14 09:58:33 2005
***************
*** 413,419 ****
          ;; Generic success for all others.  Store in the cache, and
          ;; mark it as successful.
          (widen)
!         (if (equal url-http-method "GET")
              (url-store-in-cache (current-buffer)))
          (setq success t))))
        (3                              ; Redirection
--- 413,419 ----
          ;; Generic success for all others.  Store in the cache, and
          ;; mark it as successful.
          (widen)
!         (if (and url-automatic-caching (equal url-http-method "GET"))
              (url-store-in-cache (current-buffer)))
          (setq success t))))
        (3                              ; Redirection




reply via email to

[Prev in Thread] Current Thread [Next in Thread]