summaryrefslogtreecommitdiff
path: root/lisp/filesets.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r--lisp/filesets.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 00d9e0b6272..0195d70d64c 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -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)