Mercurial > hg > xemacs-beta
diff lisp/w3/url.el @ 46:6a22abad6937 r19-15
Import from CVS: tag r19-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:31 +0200 |
parents | 8d2a9b52c682 |
children |
line wrap: on
line diff
--- a/lisp/w3/url.el Mon Aug 13 08:55:13 2007 +0200 +++ b/lisp/w3/url.el Mon Aug 13 08:55:31 2007 +0200 @@ -1,13 +1,13 @@ ;;; url.el --- Uniform Resource Locator retrieval tool ;; Author: wmperry -;; Created: 1997/03/25 00:00:34 -;; Version: 1.68 +;; Created: 1997/03/26 20:11:33 +;; Version: 1.69 ;; Keywords: comm, data, processes, hypermedia ;;; LCD Archive Entry: ;;; url|William M. Perry|wmperry@cs.indiana.edu| ;;; Functions for retrieving/manipulating URLs| -;;; 1997/03/25 00:00:34|1.68|Location Undetermined +;;; 1997/03/26 20:11:33|1.69|Location Undetermined ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1281,9 +1281,9 @@ and decoding any MIME content-transfer-encoding used." (set-buffer url-working-buffer) (goto-char (point-min)) - (url-replace-regexp "Connection closed by.*" "") + (url-replace-regexp "Connection closed by.*\n*\\'" "") (goto-char (point-min)) - (url-replace-regexp "Process WWW.*" "")) + (url-replace-regexp "Process .* exited abnormally.*\n*\\'" "")) (defun url-remove-compressed-extensions (filename) (while (assoc (url-file-extension filename) url-uncompressor-alist)