diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-28 17:48:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-28 17:48:34 +0000 |
commit | e553b4de1500ec122c6969960402d95b61603d28 (patch) | |
tree | 9ccfde52945f149b3414a62a4a316df506c33400 /eclass/elisp.eclass | |
parent | x86 stable, bug #203576 (diff) | |
download | gentoo-2-e553b4de1500ec122c6969960402d95b61603d28.tar.gz gentoo-2-e553b4de1500ec122c6969960402d95b61603d28.tar.bz2 gentoo-2-e553b4de1500ec122c6969960402d95b61603d28.zip |
Sync eclasses from Emacs overlay (revision 894).
elisp-common.eclass:
Install packages' site-init files in site-gentoo.d subdirectory.
Update documentation and einfo messages accordingly.
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 c616e7f99fb7..159072636f71 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.27 2007/12/07 13:52:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.28 2007/12/28 17:48:34 ulm Exp $ # -# Copyright 2007 Christian Faulhammer <opfer@gentoo.org> # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> +# Copyright 2007 Christian Faulhammer <opfer@gentoo.org> # Copyright 2007 Ulrich Mueller <ulm@gentoo.org> # # @ECLASS: elisp.eclass |