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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Mon, 03 Jan 2005 12:19:44 -0500

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.7 emacs/lisp/url/url-http.el:1.8
*** emacs/lisp/url/url-http.el:1.7      Tue Nov 30 21:32:18 2004
--- emacs/lisp/url/url-http.el  Mon Jan  3 16:53:17 2005
***************
*** 322,329 ****
          (let ((url-request-method url-http-method)
                (url-request-data url-http-data)
                (url-request-extra-headers url-http-extra-headers))
!           (url-retrieve url url-callback-function url-callback-arguments))))
!       (kill-buffer (current-buffer)))))
  
  (defun url-http-parse-response ()
    "Parse just the response code."
--- 322,329 ----
          (let ((url-request-method url-http-method)
                (url-request-data url-http-data)
                (url-request-extra-headers url-http-extra-headers))
!           (url-retrieve url url-callback-function
!                           url-callback-arguments)))))))
  
  (defun url-http-parse-response ()
    "Parse just the response code."




reply via email to

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