From: Richard M. Stallman Date: Wed, 17 Feb 1999 18:16:13 +0000 (+0000) Subject: (file-cache-filter-regexps): Added .class. X-Git-Tag: emacs-20.4~609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a162908c83e159c307b3256a114eae2f90e47a2;p=emacs.git (file-cache-filter-regexps): Added .class. --- diff --git a/lisp/filecache.el b/lisp/filecache.el index a580ee67ba1..a689e994ae1 100644 --- a/lisp/filecache.el +++ b/lisp/filecache.el @@ -152,7 +152,7 @@ ;; User-modifiable variables (defcustom file-cache-filter-regexps (list "~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$" - "\\.$" "#$") + "\\.$" "#$" "\\.class$") "*List of regular expressions used as filters by the file cache. File names which match these expressions will not be added to the cache. Note that the functions `file-cache-add-file' and `file-cache-add-file-list'