]> code.delx.au - gnu-emacs/commitdiff
(dired-mode): Put expanded name in list-buffers-directory.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 02:43:58 +0000 (02:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 02:43:58 +0000 (02:43 +0000)
lisp/dired.el

index 12925074258efb7e05faf89ffe8534035e68c837..9f91da107a7e7f8eea6fe36481db5449cdd14935 100644 (file)
@@ -976,7 +976,7 @@ Keybindings:
        (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)