emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/filesets.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/filesets.el
Date: Thu, 16 May 2002 08:00:59 -0400

Index: emacs/lisp/filesets.el
diff -c emacs/lisp/filesets.el:1.9 emacs/lisp/filesets.el:1.10
*** emacs/lisp/filesets.el:1.9  Wed May  8 12:38:21 2002
--- emacs/lisp/filesets.el      Thu May 16 08:00:59 2002
***************
*** 152,158 ****
        (setq rv (append rv (list elt)))))))
  
  (defun filesets-ormap (fsom-pred lst)
!   "Return the the tail of FSOM-LST for the head of which FSOM-PRED is 
non-nil."
    (let ((fsom-lst lst)
        (fsom-rv nil))
      (while (and (not (null fsom-lst))
--- 152,158 ----
        (setq rv (append rv (list elt)))))))
  
  (defun filesets-ormap (fsom-pred lst)
!   "Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
    (let ((fsom-lst lst)
        (fsom-rv nil))
      (while (and (not (null fsom-lst))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]