# HG changeset patch # User Luc Teirlinck # Date 1086894609 0 # Node ID e7e7513282b4b705c0a103a6b18933508999550a # Parent def58a71f49d7362af7751048a58c6e616ea0843 (dired-insert-old-subdirs): Adapt to fact that the R switch is no longer stored in `dired-switches-alist'. diff -r def58a71f49d -r e7e7513282b4 lisp/dired.el --- a/lisp/dired.el Thu Jun 10 19:06:14 2004 +0000 +++ b/lisp/dired.el Thu Jun 10 19:10:09 2004 +0000 @@ -970,14 +970,7 @@ (condition-case () (progn (dired-uncache dir) - (dired-insert-subdir dir) - (let ((switches (cdr (assoc-string dir dired-switches-alist)))) - (and switches - (string-match "R" switches) - (dolist (cur-ass (copy-sequence old-subdir-alist)) - (when (dired-in-this-tree (car cur-ass) dir) - (setq old-subdir-alist - (delete cur-ass old-subdir-alist))))))) + (dired-insert-subdir dir)) (error nil)))))) (defun dired-uncache (dir)