Mercurial > emacs
changeset 24340:9d52c9051940
(file-cache-filter-regexps): Added .class.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Feb 1999 18:16:13 +0000 |
parents | e8b73c2ac4ec |
children | 9028f3cd0a5e |
files | lisp/filecache.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'