diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:56:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:56:48 +0000 |
commit | 9212ceec3b02a22b8bdbbaa3525c92e06262fc1e (patch) | |
tree | 508262d5e0144c1933305faab078503f881fa2a3 /eclass/elisp.eclass | |
parent | Version bump and remove 1.2.0_beta version. (diff) | |
download | historical-9212ceec3b02a22b8bdbbaa3525c92e06262fc1e.tar.gz historical-9212ceec3b02a22b8bdbbaa3525c92e06262fc1e.tar.bz2 historical-9212ceec3b02a22b8bdbbaa3525c92e06262fc1e.zip |
move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parse
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 2f57d629138b..bc73dec8b4b8 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.14 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.15 2006/02/28 02:56:47 vapier Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -51,8 +51,7 @@ elisp_pkg_postrm() { elisp-site-regen } -EXPORT_FUNCTIONS src_unpack src_compile src_install \ - pkg_postinst pkg_postrm +EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst pkg_postrm # Local Variables: *** # mode: shell-script *** |