From a8fe806efad80b4f03574f63fdbd9d64ceb9cb42 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 22:29:40 +0000 Subject: [PATCH] (dired-re-perms): Accept directories and symbolic links also, not only plain files. --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index 43e1e8cfea9..84c6e42adbd 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -185,7 +185,7 @@ directory name and the cdr is the actual files to list.") "-[-r][-w].[-r][-w][xs][-r][-w]." "-[-r][-w].[-r][-w].[-r][-w][xst]") "\\|")) -(defvar dired-re-perms "-[-r][-w].[-r][-w].[-r][-w].") +(defvar dired-re-perms "[-dl][-r][-w].[-r][-w].[-r][-w].") (defvar dired-re-dot "^.* \\.\\.?$") ;; The subdirectory names in this list are expanded. -- 2.39.5