aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
976 (or dirname default-directory)) 976 (or dirname default-directory))
977 ;; list-buffers uses this to display the dir being edited in this buffer. 977 ;; list-buffers uses this to display the dir being edited in this buffer.
978 (set (make-local-variable 'list-buffers-directory) 978 (set (make-local-variable 'list-buffers-directory)
979 dired-directory) 979 (expand-file-name dired-directory))
980 (set (make-local-variable 'dired-actual-switches) 980 (set (make-local-variable 'dired-actual-switches)
981 (or switches dired-listing-switches)) 981 (or switches dired-listing-switches))
982 (dired-sort-other dired-actual-switches t) 982 (dired-sort-other dired-actual-switches t)