From: Andreas Schwab Date: Wed, 16 Oct 2002 21:27:40 +0000 (+0000) Subject: (dired-readin-insert): Expand dired-directory. X-Git-Tag: ttn-vms-21-2-B4~12818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34cd7b3ca0b94652de6da85373e62f7bc0a99e8d;p=emacs.git (dired-readin-insert): Expand dired-directory. --- diff --git a/lisp/dired.el b/lisp/dired.el index e26447fbd2f..5fe4e4aedbd 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -654,6 +654,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh." 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...