From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmYxE-0007XW-5D for garchives@archives.gentoo.org; Mon, 07 Feb 2011 21:49:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1C16E0AB6; Mon, 7 Feb 2011 21:48:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B110E0AB6 for ; Mon, 7 Feb 2011 21:48:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEBFC1B406D for ; Mon, 7 Feb 2011 21:48:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 675D820054; Mon, 7 Feb 2011 21:48:53 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: elisp.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20110207214853.675D820054@flycatcher.gentoo.org> Date: Mon, 7 Feb 2011 21:48:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d4d565d8d559beb11def3cc175e57064 ulm 11/02/07 21:48:53 Modified: elisp.eclass Log: Fix typo. Revision Changes Path 1.48 eclass/elisp.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.48&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.48&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp.eclas= s?r1=3D1.47&r2=3D1.48 Index: elisp.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- elisp.eclass 23 Nov 2010 20:56:08 -0000 1.47 +++ elisp.eclass 7 Feb 2011 21:48:53 -0000 1.48 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.47 2010/11/23= 20:56:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.48 2011/02/07= 21:48:53 ulm Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard @@ -132,7 +132,7 @@ # @DESCRIPTION: # Call elisp-compile to byte-compile all Emacs Lisp (*.el) files. # If ELISP_TEXINFO lists any Texinfo sources, call makeinfo to generate -# GNU Info files from then. +# GNU Info files from them. =20 elisp_src_compile() { elisp-compile *.el || die