aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/dired-aux.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3ce330f8b..85a8bedf94 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-21 Eli Zaretskii <[email protected]>
+
+ * dired.el (dired-build-subdir-alist): Accept optional arg
+ SWITCHES.
+
+ * dired-aux.el (dired-insert-subdir): Pass switches to
+ dired-build-subdir-alist.
+
2001-09-21 Stephen Gildea <[email protected]>
* time-stamp.el (time-stamp-string-preprocess): Fix bug that
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 398f465282..5a01ebcc3e 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1623,7 +1623,7 @@ This function takes some pains to conform to `ls -lR' output."
(dired-insert-subdir-newpos dirname)) ; else compute new position
(dired-insert-subdir-doupdate
dirname elt (dired-insert-subdir-doinsert dirname switches))
- (if switches-have-R (dired-build-subdir-alist))
+ (if switches-have-R (dired-build-subdir-alist switches))
(dired-initial-position dirname)
(save-excursion (dired-mark-remembered mark-alist))))