changeset 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 85bcdaceeebc
children e3040f870f4f
files lisp/dired.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)