Mercurial > hg > xemacs-beta
diff lisp/w3/url-file.el @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | a145efe76779 |
children | 318232e2a3f0 |
line wrap: on
line diff
--- a/lisp/w3/url-file.el Mon Aug 13 09:24:19 2007 +0200 +++ b/lisp/w3/url-file.el Mon Aug 13 09:25:29 2007 +0200 @@ -1,7 +1,7 @@ ;;; url-file.el --- File retrieval code ;; Author: wmperry -;; Created: 1997/02/19 23:38:31 -;; Version: 1.15 +;; Created: 1997/04/04 16:19:42 +;; Version: 1.16 ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -131,7 +131,7 @@ (save-excursion (set-buffer url-working-buffer) (erase-buffer) - (insert-file-contents-literally + (insert-file-contents (expand-file-name url-directory-index-file dir))) (kill-buffer (current-buffer)) (find-file dir)