Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 649C2431FAF for ; Wed, 28 Mar 2012 21:38:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MU1UShQc3gXm for ; Wed, 28 Mar 2012 21:38:02 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 53085431FAE for ; Wed, 28 Mar 2012 21:38:02 -0700 (PDT) Received: by lahc1 with SMTP id c1so2096559lah.26 for ; Wed, 28 Mar 2012 21:38:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=5mrugHpfV63DxOJ6J1oIqp9+QAjMTZCtqwv1LNiBTnU=; b=cAlCIpbdiusOfgxkufifpsnBOCap/ltPnJqjiBXIoGZP4MeDHlaetVtn4zGtkV6WYB tppJD1rw8t6k8AUHw+p/9O8uvlY+00zy3X1Vkm4BFBoOz2exsHp5srOSnP1MRAdNQG1o fcqHjZejdigu4h59tdI3ulTLOPUNVzwpD1WGUvyc3LPjyZI9LReJqVgQf2vLusE7mqBu G9i4xP37sJxu3CQFrbm48HQ17IxNTXsiTJ/Pxn93h0GceoGh6oCUa9WEX4oXN6VbfC0O Ivotr4FxEWDwV+WdyYHg8DZEESXfLMg7CBDlD0xjygz//I9F0TIpEXdUpmHWTUP3nWwZ TE2Q== MIME-Version: 1.0 Received: by 10.152.103.239 with SMTP id fz15mr25927214lab.42.1332995880685; Wed, 28 Mar 2012 21:38:00 -0700 (PDT) Sender: awg@xvx.ca Received: by 10.112.29.137 with HTTP; Wed, 28 Mar 2012 21:38:00 -0700 (PDT) X-Originating-IP: [96.52.216.56] In-Reply-To: <1332995623-9055-1-git-send-email-amdragon@mit.edu> References: <1332995623-9055-1-git-send-email-amdragon@mit.edu> Date: Wed, 28 Mar 2012 22:38:00 -0600 X-Google-Sender-Auth: BdYWV6DDRhF2sc4r0Hv8KRoiJ8U Message-ID: Subject: Re: [PATCH] emacs: Suppress warnings about using cl at runtime From: Adam Wolfe Gordon To: Austin Clements Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmMjIYg50/YJrkLT1FuEV4y6WTT+AEZmKriZY8b4GM0iHAeYcnOsSjK+1WLifCqIqc7tmvE Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 04:38:04 -0000 Works for me. notmuch-mua.el also uses remove-if, so it should get the same treatment.