aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-17 18:16:13 +0000
committerRichard M. Stallman1999-02-17 18:16:13 +0000
commit0a162908c83e159c307b3256a114eae2f90e47a2 (patch)
treeb7fe0894222900874e7deb318e4e25c414e9a492
parent7d08135584f1133151b366b5a09ddd1e259dab10 (diff)
downloademacs-0a162908c83e159c307b3256a114eae2f90e47a2.tar.gz
emacs-0a162908c83e159c307b3256a114eae2f90e47a2.zip
(file-cache-filter-regexps): Added .class.
-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 @@
152;; User-modifiable variables 152;; User-modifiable variables
153(defcustom file-cache-filter-regexps 153(defcustom file-cache-filter-regexps
154 (list "~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$" 154 (list "~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$"
155 "\\.$" "#$") 155 "\\.$" "#$" "\\.class$")
156 "*List of regular expressions used as filters by the file cache. 156 "*List of regular expressions used as filters by the file cache.
157File names which match these expressions will not be added to the cache. 157File names which match these expressions will not be added to the cache.
158Note that the functions `file-cache-add-file' and `file-cache-add-file-list' 158Note that the functions `file-cache-add-file' and `file-cache-add-file-list'