From: Richard M. Stallman Date: Wed, 29 Jul 1998 06:09:14 +0000 (+0000) Subject: (dired-garbage-files-regexp): Fix typo. X-Git-Tag: emacs-20.3~233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67aafad46b81840c0eea710591410201406122fb;p=emacs.git (dired-garbage-files-regexp): Fix typo. --- diff --git a/lisp/dired.el b/lisp/dired.el index 07d119f98b4..9c5ea9ca6b2 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2238,7 +2238,7 @@ A prefix argument says to unflag those files instead." "auto save file"))) (defvar dired-garbage-files-regexp - "\\.log$\\|\\.toc$\\|.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$" + "\\.log$\\|\\.toc$\\|\\.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$" "*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.") (defun dired-flag-garbage-files ()