diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-16 10:23:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-16 10:23:42 +0000 |
commit | c24930f61233cb9b58d368e41305bca4610243df (patch) | |
tree | aea6a3f74b1410737f20729c9ddcca7dc8a7437b | |
parent | Digest fix (diff) | |
download | gentoo-2-c24930f61233cb9b58d368e41305bca4610243df.tar.gz gentoo-2-c24930f61233cb9b58d368e41305bca4610243df.tar.bz2 gentoo-2-c24930f61233cb9b58d368e41305bca4610243df.zip |
Revert removal of einfo message about Emacs version, since this is really useful in bug reports.
-rw-r--r-- | eclass/elisp.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 9173445a2b65..824794024ed0 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ # 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.35 2008/10/16 09:28:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.36 2008/11/16 10:23:42 ulm Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -56,6 +56,7 @@ elisp_pkg_setup() { eerror "Use \"eselect emacs\" to select the active version." die "Emacs version ${have_emacs} is too low." fi + einfo "Emacs version: ${have_emacs}" } elisp_src_unpack() { |