diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-14 22:12:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-14 22:12:30 +0000 |
commit | b2215e7cbd16d0795a039b8ee91186b07b98d19d (patch) | |
tree | fe4e90fedae4db2aeaa6d8519cb9505af6bce927 /eclass/elisp.eclass | |
parent | add patch from Tanktalus@gmail.com to fix random crash (bug #190363) (diff) | |
download | gentoo-2-b2215e7cbd16d0795a039b8ee91186b07b98d19d.tar.gz gentoo-2-b2215e7cbd16d0795a039b8ee91186b07b98d19d.tar.bz2 gentoo-2-b2215e7cbd16d0795a039b8ee91186b07b98d19d.zip |
Sync eclasses from Emacs overlay (revision 668).
elisp.eclass:
Comment changes.
elisp-common.eclass:
Create default site-start.el when running elisp-site-regen for the
first time; recommend "require" instead of "load" in einfo message.
Document SITELISP and SITEFILE eclass variables.
Other comment changes.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index ba9a7df6146b..ad93979775a7 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ # 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.23 2007/09/22 20:25:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.24 2007/10/14 22:12:30 ulm Exp $ # # Copyright 2007 Christian Faulhammer <opfer@gentoo.org> # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> @@ -9,7 +9,8 @@ # # @ECLASS: elisp.eclass # @MAINTAINER: -# emacs@gentoo.org +# Feel free to contact the Emacs team through <emacs@gentoo.org> if you +# have problems, suggestions or questions. # @BLURB: Eclass for Emacs Lisp packages # @DESCRIPTION: # |