Synch with Gnus.
authoryamaoka <yamaoka>
Wed, 23 Aug 2000 22:07:29 +0000 (22:07 +0000)
committeryamaoka <yamaoka>
Wed, 23 Aug 2000 22:07:29 +0000 (22:07 +0000)
lisp/ChangeLog
lisp/gnus-clfns.el

index 18d8587..ff0d359 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-23  Dave Love  <fx@gnu.org>
+
+       * dgnushack.el: Remove `member-if' compiler macro.
+
 2000-08-21  Dave Love  <fx@gnu.org>
 
        * nnimap.el (nnimap-request-newgroups): Eschew member-if.
index d46f8f9..07b0eeb 100644 (file)
             (setq arg (cdr arg)))
           (apply (function nconc) (nreverse res))))))
 
-;;  (define-compiler-macro member-if (&whole form pred list)
-;;    (if (and (fboundp 'member-if)
-;;          (subrp (symbol-function 'member-if)))
-;;     form
-;;      `(let ((fn ,pred)
-;;          (seq ,list))
-;;      (while (and seq
-;;                  (not (funcall fn (car seq))))
-;;        (pop seq))
-;;      seq)))
-
   (define-compiler-macro union (&whole form list1 list2)
     (if (and (fboundp 'union)
             (subrp (symbol-function 'union)))