diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-06-23 21:38:42 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-06-23 21:38:42 +0000 |
commit | c18a314cc71460bc57f458e8a0f53ab84a023065 (patch) | |
tree | a325dc5b0218bb274031536d8497eedd50f49d63 /eclass/elisp.eclass | |
parent | stable x86, bug 228453 (diff) | |
download | gentoo-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.eclass | 6 |
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() { |