diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-09-17 07:41:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-09-17 07:41:05 +0000 |
commit | 75f4dcee2369919af24fac3b472c2a0a8562703a (patch) | |
tree | d333757da39951e7f8816f219cf53c3f7f1b0d4b /eclass | |
parent | Update eclass documentation. (diff) | |
download | historical-75f4dcee2369919af24fac3b472c2a0a8562703a.tar.gz historical-75f4dcee2369919af24fac3b472c2a0a8562703a.tar.bz2 historical-75f4dcee2369919af24fac3b472c2a0a8562703a.zip |
Change comment in generated autoload file.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index d535b2d6bc64..1a4ebfb1614d 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.66 2010/08/22 08:30:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.67 2010/09/17 07:41:05 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -201,7 +201,7 @@ elisp-make-autoload-file() { ebegin "Generating autoload file for GNU Emacs" cat >"${f}" <<-EOF - ;;; ${f##*/} --- autoloads for ${P} + ;;; ${f##*/} --- autoloads for ${PN} ;;; Commentary: ;; Automatically generated by elisp-common.eclass |