mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
(filesets-ingroup-collect-files):
fix problem with inclusion groups' :scan-depth property
This commit is contained in:
parent
b5e80d1acd
commit
dbfd87a1eb
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-05-04 Thomas Link <t.link@gmx.at>
|
||||
|
||||
* filesets.el (filesets-ingroup-collect-files):
|
||||
Fix problem with inclusion groups' :scan-depth property.
|
||||
|
||||
2002-05-04 Colin Walters <walters@verbum.org>
|
||||
|
||||
* ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
|
||||
|
|
|
|||
|
|
@ -2006,8 +2006,8 @@ LOOKUP-NAME is used as lookup name for retrieving fileset specific settings."
|
|||
((not this-patt)
|
||||
(filesets-error 'error "Filesets: malformed :ingroup definition "
|
||||
this-def))
|
||||
((<= this-sd 0)
|
||||
(setq rv (nconc rv `(((,master ,this-name))))))
|
||||
((< this-sd 0)
|
||||
nil)
|
||||
(t
|
||||
(with-temp-buffer
|
||||
(insert-file-contents master)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue