(dired-insert-subdir): Pass switches to dired-build-subdir-alist.
This commit is contained in:
parent
3c13627aed
commit
6703371295
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* 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 <gildea@stop.mail-abuse.org>
|
||||
|
||||
* time-stamp.el (time-stamp-string-preprocess): Fix bug that
|
||||
|
|
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue