summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-02-17 18:16:13 +0000
committerRichard M. Stallman <rms@gnu.org>1999-02-17 18:16:13 +0000
commit0a162908c83e159c307b3256a114eae2f90e47a2 (patch)
treeb7fe0894222900874e7deb318e4e25c414e9a492 /lisp/filecache.el
parent7d08135584f1133151b366b5a09ddd1e259dab10 (diff)
downloademacs-0a162908c83e159c307b3256a114eae2f90e47a2.tar.gz
(file-cache-filter-regexps): Added .class.
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el2
1 files changed, 1 insertions, 1 deletions
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'