From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111486: * autorevert.el (top): Require 'cl in order to pacify byte compiler. Date: Fri, 11 Jan 2013 23:17:35 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357964267 25236 80.91.229.3 (12 Jan 2013 04:17:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2013 04:17:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 05:18:04 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TtsXk-0001k9-2c for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2013 05:18:04 +0100 Original-Received: from localhost ([::1]:42720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtsXT-0004Ar-SX for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2013 23:17:47 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtsXM-00047d-IA for emacs-devel@gnu.org; Fri, 11 Jan 2013 23:17:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtsXJ-0000A8-7T for emacs-devel@gnu.org; Fri, 11 Jan 2013 23:17:40 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:15778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtsXI-0000A4-Rj for emacs-devel@gnu.org; Fri, 11 Jan 2013 23:17:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkGAG6Zu09FpZpV/2dsb2JhbABEgXuyFoEIghYBBVYjEAs0BwsUGA0kiCG6CZBEA4hCmnGBWIMH X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="212348649" Original-Received: from 69-165-154-85.dsl.teksavvy.com (HELO pastel.home) ([69.165.154.85]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 11 Jan 2013 23:17:36 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EEDA15943D; Fri, 11 Jan 2013 23:17:35 -0500 (EST) In-Reply-To: (Michael Albinus's message of "Fri, 11 Jan 2013 23:36:32 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156246 Archived-At: > * autorevert.el (top): Require 'cl in order to pacify byte compiler. Please use cl-lib instead (I installed a patch to do that already). Stefan