summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-04 02:43:58 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-04 02:43:58 +0000
commit474ac5bb0537e63f246aca77d02dfcb07e0a24c8 (patch)
tree90a23b556a76d0d62f01a48d5e644662ddbb5ffa /lisp/dired.el
parent133bbcd69023aa4aa1deaf81d05784df6a73aa74 (diff)
downloademacs-474ac5bb0537e63f246aca77d02dfcb07e0a24c8.tar.gz
(dired-mode): Put expanded name in list-buffers-directory.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 12925074258..9f91da107a7 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -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)