From: Christian Faulhammer Date: Mon, 16 Apr 2007 15:33:58 +0000 (+0000) Subject: Cleaning up unused lines (commented and such) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a21e8cd29b1cb65ed49f5072ef6e4e54c476f741;p=gentoo.git Cleaning up unused lines (commented and such) Documentation of functions (both by Ulrich Müller and Christian Faulhammer) New function elisp_make_autoload_file() (by Ulrich Müller) --- 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