From a21e8cd29b1cb65ed49f5072ef6e4e54c476f741 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Mon, 16 Apr 2007 15:33:58 +0000 Subject: [PATCH] =?utf8?q?Cleaning=20up=20unused=20lines=20(commented=20an?= =?utf8?q?d=20such)=20Documentation=20of=20functions=20(both=20by=20Ulrich?= =?utf8?q?=20M=C3=BCller=20and=20Christian=20Faulhammer)=20New=20function?= =?utf8?q?=20elisp=5Fmake=5Fautoload=5Ffile()=20(by=20Ulrich=20M=C3=BCller?= =?utf8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- eclass/elisp.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index bc73dec8b4b8..ab2df25f58a3 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.15 2006/02/28 02:56:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.16 2007/04/16 15:33:58 opfer Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard @@ -19,7 +19,7 @@ SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" if [ "${SIMPLE_ELISP}" = 't' ]; then S="${WORKDIR}/" #else -# Use default value +# Use default value # S="${WORKDIR}/${P}" fi -- 2.26.2