diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-02-07 21:48:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-02-07 21:48:53 +0000 |
commit | 02a3d3ed4084716950ee32ba8ca3b11af143c7cb (patch) | |
tree | 98ab8c887df4eaff3f0845e7dad4da32b36440c9 /eclass/elisp.eclass | |
parent | Support installation for multiple Python ABIs (bug #316965). (diff) | |
download | historical-02a3d3ed4084716950ee32ba8ca3b11af143c7cb.tar.gz historical-02a3d3ed4084716950ee32ba8ca3b11af143c7cb.tar.bz2 historical-02a3d3ed4084716950ee32ba8ca3b11af143c7cb.zip |
Fix typo.
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 825f3b6b788b..5ed3b0366bc3 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.47 2010/11/23 20:56:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.48 2011/02/07 21:48:53 ulm Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -132,7 +132,7 @@ elisp_src_configure() { :; } # @DESCRIPTION: # Call elisp-compile to byte-compile all Emacs Lisp (*.el) files. # If ELISP_TEXINFO lists any Texinfo sources, call makeinfo to generate -# GNU Info files from then. +# GNU Info files from them. elisp_src_compile() { elisp-compile *.el || die |