/[emacs]/emacs/lisp/url/url-http.el
ViewVC logotype

Diff of /emacs/lisp/url/url-http.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by eliz, Sat Jan 22 10:52:28 2005 UTC revision 1.10 by rms, Mon Feb 14 09:58:33 2005 UTC
# Line 413  should be shown to the user." Line 413  should be shown to the user."
413            ;; Generic success for all others.  Store in the cache, and            ;; Generic success for all others.  Store in the cache, and
414            ;; mark it as successful.            ;; mark it as successful.
415            (widen)            (widen)
416            (if (equal url-http-method "GET")            (if (and url-automatic-caching (equal url-http-method "GET"))
417                (url-store-in-cache (current-buffer)))                (url-store-in-cache (current-buffer)))
418            (setq success t))))            (setq success t))))
419        (3                                ; Redirection        (3                                ; Redirection

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26