aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/filesets.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 8b494262ae1..ae82aedb68b 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -152,7 +152,7 @@ COND-FN takes one argument: the current element."
152 (setq rv (append rv (list elt))))))) 152 (setq rv (append rv (list elt)))))))
153 153
154(defun filesets-ormap (fsom-pred lst) 154(defun filesets-ormap (fsom-pred lst)
155 "Return the the tail of FSOM-LST for the head of which FSOM-PRED is non-nil." 155 "Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
156 (let ((fsom-lst lst) 156 (let ((fsom-lst lst)
157 (fsom-rv nil)) 157 (fsom-rv nil))
158 (while (and (not (null fsom-lst)) 158 (while (and (not (null fsom-lst))