Mercurial > emacs
changeset 49094:b0d5bb7c5110
(dired-garbage-files-regexp): Add `.aux$'. These are
produced by TeX.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Tue, 07 Jan 2003 10:20:38 +0000 |
parents | 848887153ebb |
children | 8f4703550258 |
files | lisp/ChangeLog lisp/dired.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 07 08:30:56 2003 +0000 +++ b/lisp/ChangeLog Tue Jan 07 10:20:38 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> + + * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are + produced by TeX. + 2003-01-07 Andre Spiegel <spiegel@gnu.org> * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
--- a/lisp/dired.el Tue Jan 07 08:30:56 2003 +0000 +++ b/lisp/dired.el Tue Jan 07 10:20:38 2003 +0000 @@ -2570,7 +2570,7 @@ "auto save file"))) (defvar dired-garbage-files-regexp - "\\.log$\\|\\.toc$\\|\\.dvi$\\|\\.bak$\\|\\.orig$\\|\\.rej$" + "\\.log$\\|\\.toc$\\|\\.dvi$\\|\\.bak$\\|\\.orig$\\|\\.rej$\\|.aux$" "*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.") (defun dired-flag-garbage-files ()