From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lisp makefile.w32-in Date: Fri, 2 Oct 2009 21:17:57 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254511130 2117 80.91.229.12 (2 Oct 2009 19:18:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2009 19:18:50 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 02 21:18:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MtneC-0000wN-5C for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 21:18:32 +0200 Original-Received: from localhost ([127.0.0.1]:42361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtneB-0001SB-I9 for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 15:18:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mtne5-0001Rs-FU for emacs-devel@gnu.org; Fri, 02 Oct 2009 15:18:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mtne0-0001Qk-Ra for emacs-devel@gnu.org; Fri, 02 Oct 2009 15:18:25 -0400 Original-Received: from [199.232.76.173] (port=51672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mtne0-0001Qb-Mm for emacs-devel@gnu.org; Fri, 02 Oct 2009 15:18:20 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:38799) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mtndz-00079K-72; Fri, 02 Oct 2009 15:18:19 -0400 Original-Received: by bwz20 with SMTP id 20so1332205bwz.42 for ; Fri, 02 Oct 2009 12:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=kLIlJFsoDndeBh2b0+Z7Blkcvw5RLKoiNmZstMK1NJo=; b=EK+e+FLwhBe/JDhx+64TI0jj7h0j/4tJZFoNCDGB+bU4E281zZOX5YhvLelDK3Dgzu ZJfsxzIJg/MHte9wpbiBPZkQs8ft7DFJVXHvTOB29CeLQ8XolzzPEbL5tqrvdE0J/knt +SKXvvk4K5nN1RJryN4++xjHQNLYrXbuf5vxo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Vil1ftgM5B5CjIinTnkgS7WeBqvZyaYOXzJSDe2j0RMNNhSUdqLV05XHj96uaewvlk xbo30LpC/LEoU+HzbORNZBixAoJF9GVtM4AcVxp0LV7NgJ3PWmknI0quVxkdnhmxlHXy TlqWnhyoSFFUV4FtPshPYpV9uDxCNt7m4kjU8= Original-Received: by 10.239.145.34 with SMTP id q34mr263212hba.124.1254511097282; Fri, 02 Oct 2009 12:18:17 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115869 Archived-At: On Fri, Oct 2, 2009 at 20:47, Eli Zaretskii wrote: > Log message: > =C2=A0 =C2=A0 =C2=A0 =C2=A0(WINS_BASIC): Add eieio. > [...] > =C2=A0WINS_BASIC=3D\ > =C2=A0 =C2=A0 =C2=A0 =C2=A0calc \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0calendar \ > + =C2=A0 =C2=A0 =C2=A0 eieio \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0emacs-lisp \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0emulation \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0erc \ I see no lisp/eieio/ on my checkout. eieio-* files are in lisp/emacs-lisp/ Juanma