summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-23 21:38:42 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-23 21:38:42 +0000
commitc18a314cc71460bc57f458e8a0f53ab84a023065 (patch)
treea325dc5b0218bb274031536d8497eedd50f49d63 /eclass/elisp.eclass
parentstable x86, bug 228453 (diff)
downloadgentoo-2-c18a314cc71460bc57f458e8a0f53ab84a023065.tar.gz
gentoo-2-c18a314cc71460bc57f458e8a0f53ab84a023065.tar.bz2
gentoo-2-c18a314cc71460bc57f458e8a0f53ab84a023065.zip
Update copyright information
Be more verbose on output information
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 48c1c75a6bc4..a2691e539aee 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.31 2008/06/23 13:40:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.32 2008/06/23 21:38:42 opfer Exp $
#
# 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-2008 Christian Faulhammer <opfer@gentoo.org>
# Copyright 2007-2008 Ulrich Müller <ulm@gentoo.org>
#
# @ECLASS: elisp.eclass
@@ -49,7 +49,7 @@ elisp_pkg_setup() {
eerror "Use \"eselect emacs\" to select the active version."
die "Emacs version ${emacs_version} is too low."
fi
- einfo "Emacs version: ${emacs_version}"
+ einfo "Currently selected GNU Emacs version: ${emacs_version}"
}
elisp_src_unpack() {