diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-09-17 01:02:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-09-17 01:02:40 +0000 |
commit | 60b228752c9b3e30a6132c069be2e83bc26a7ba8 (patch) | |
tree | b6ab9900ef342dd16a071343a82dfce89963e137 /eclass | |
parent | Mark 1.3.0 stable on ia64 (diff) | |
download | historical-60b228752c9b3e30a6132c069be2e83bc26a7ba8.tar.gz historical-60b228752c9b3e30a6132c069be2e83bc26a7ba8.tar.bz2 historical-60b228752c9b3e30a6132c069be2e83bc26a7ba8.zip |
fix utf-8
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index d3f01be9cdcd..25b371f4bf1e 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.13 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.14 2005/09/17 01:02:40 ciaranm Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -74,7 +74,7 @@ EOF elisp-comp() { # Copyright 1995 Free Software Foundation, Inc. -# François Pinard <pinard@iro.umontreal.ca>, 1995. +# François Pinard <pinard@iro.umontreal.ca>, 1995. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |