changeset 47901:29357f0b7ba5

(dired-readin-insert): Expand dired-directory.
author Andreas Schwab <schwab@suse.de>
date Wed, 16 Oct 2002 21:27:40 +0000
parents 232f0630a33f
children d19f02bf4d19
files lisp/dired.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Wed Oct 16 18:39:02 2002 +0000
+++ b/lisp/dired.el	Wed Oct 16 21:27:40 2002 +0000
@@ -654,6 +654,7 @@
 	      file-list (cdr dired-directory))
       (setq dir dired-directory
 	    file-list nil))
+    (setq dir (expand-file-name dir))
     (if (and (equal "" (file-name-nondirectory dir))
 	     (not file-list))
 	;; If we are reading a whole single directory...