# HG changeset patch # User Richard M. Stallman # Date 919275373 0 # Node ID 9d52c90519407644cc210ab1e814a3e8826f78bd # Parent e8b73c2ac4ec418c2c32315a5eef47156522df5d (file-cache-filter-regexps): Added .class. diff -r e8b73c2ac4ec -r 9d52c9051940 lisp/filecache.el --- a/lisp/filecache.el Wed Feb 17 12:47:59 1999 +0000 +++ b/lisp/filecache.el Wed Feb 17 18:16:13 1999 +0000 @@ -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'