From 0a162908c83e159c307b3256a114eae2f90e47a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 17 Feb 1999 18:16:13 +0000 Subject: [PATCH] (file-cache-filter-regexps): Added .class. --- lisp/filecache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.2