summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-09-14 05:56:19 +0000
committerUlrich Müller <ulm@gentoo.org>2010-09-14 05:56:19 +0000
commit5bfd45db7095b473f1dcd3e661e29f9865879f3b (patch)
treea1b99e2e0951e3f21a3d281513bf28bb6f9d6e1a /eclass
parentComment changes: Use two spaces after full stop, because the eclass (diff)
downloademacs-5bfd45db7095b473f1dcd3e661e29f9865879f3b.tar.gz
emacs-5bfd45db7095b473f1dcd3e661e29f9865879f3b.tar.bz2
emacs-5bfd45db7095b473f1dcd3e661e29f9865879f3b.zip
In header comment, use PN not P.
svn path=/emacs-overlay/; revision=1518
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/elisp-common.eclass2
2 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f44974a..858dfb0 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-14 Ulrich Mueller <ulm@gentoo.org>
+
+ * elisp-common.eclass (elisp-make-autoload-file): In header
+ comment, use PN not P.
+
2010-08-23 Christian Faulhammer <fauli@gentoo.org>
* elisp.eclass: Update documentation
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 84e328b..e47596f 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -197,7 +197,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