diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 15:33:58 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 15:33:58 +0000 |
commit | edfc388af5e437dc1c6cb98d79a74bb2c7480674 (patch) | |
tree | 98bb2c429ac16b31f5bf52823cd9aa4bfa3622c5 /eclass/elisp.eclass | |
parent | Added games-arcade/ddrmat to package.mask for bug #174763. (diff) | |
download | gentoo-2-edfc388af5e437dc1c6cb98d79a74bb2c7480674.tar.gz gentoo-2-edfc388af5e437dc1c6cb98d79a74bb2c7480674.tar.bz2 gentoo-2-edfc388af5e437dc1c6cb98d79a74bb2c7480674.zip |
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)
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 4 |
1 files 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 <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -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 |