From: Richard M. Stallman Date: Sat, 24 Sep 1994 22:29:40 +0000 (+0000) Subject: (dired-re-perms): Accept directories and symbolic links X-Git-Tag: emacs-19.34~6778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8fe806efad80b4f03574f63fdbd9d64ceb9cb42;p=emacs.git (dired-re-perms): Accept directories and symbolic links also, not only plain files. --- 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.