fix problem with inclusion groups' :scan-depth property
+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
((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)