mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(file-cache-filter-regexps): Added .class.
This commit is contained in:
parent
7d08135584
commit
0a162908c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue