]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-readin-insert): Expand dired-directory.
authorAndreas Schwab <schwab@suse.de>
Wed, 16 Oct 2002 21:27:40 +0000 (21:27 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 16 Oct 2002 21:27:40 +0000 (21:27 +0000)
lisp/dired.el

index e26447fbd2f9c0d13bbba5048007520f0a133f25..5fe4e4aedbd1619fecb201ab5ee680822f6afb12 100644 (file)
@@ -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...