/[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.7 by schwab, Tue Nov 30 21:32:18 2004 UTC revision 1.8 by ttn, Mon Jan 3 16:53:17 2005 UTC
# Line 322  This allows us to use `mail-fetch-field' Line 322  This allows us to use `mail-fetch-field'
322            (let ((url-request-method url-http-method)            (let ((url-request-method url-http-method)
323                  (url-request-data url-http-data)                  (url-request-data url-http-data)
324                  (url-request-extra-headers url-http-extra-headers))                  (url-request-extra-headers url-http-extra-headers))
325              (url-retrieve url url-callback-function url-callback-arguments))))              (url-retrieve url url-callback-function
326        (kill-buffer (current-buffer)))))                            url-callback-arguments)))))))
327    
328  (defun url-http-parse-response ()  (defun url-http-parse-response ()
329    "Parse just the response code."    "Parse just the response code."

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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