diff lisp/dired.el @ 8438:579232f9f99d

(dired-mode): Put expanded name in list-buffers-directory.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Aug 1994 02:43:58 +0000
parents fed86303cb07
children 555762c754a6
line wrap: on
line diff
--- a/lisp/dired.el	Wed Aug 03 23:20:26 1994 +0000
+++ b/lisp/dired.el	Thu Aug 04 02:43:58 1994 +0000
@@ -976,7 +976,7 @@
        (or dirname default-directory))
   ;; list-buffers uses this to display the dir being edited in this buffer.
   (set (make-local-variable 'list-buffers-directory)
-       dired-directory)
+       (expand-file-name dired-directory))
   (set (make-local-variable 'dired-actual-switches)
        (or switches dired-listing-switches))
   (dired-sort-other dired-actual-switches t)