1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(file-cache-filter-regexps): Added .class.

This commit is contained in:
Richard M. Stallman 1999-02-17 18:16:13 +00:00
parent 7d08135584
commit 0a162908c8

View File

@ -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'