diff options
author | 2003-02-16 04:26:21 +0000 | |
---|---|---|
committer | 2003-02-16 04:26:21 +0000 | |
commit | d37075801472911f637eeffce8ccb70ca5ec668c (patch) | |
tree | fb314338f6f301dcd1f15682c76bac3384fe6b2b /eclass/elisp.eclass | |
parent | Update Copyright years (diff) | |
download | historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.gz historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.bz2 historical-d37075801472911f637eeffce8ccb70ca5ec668c.zip |
header fixes
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 3146d1a79547..157394c7d93a 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,8 +1,9 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.4 2003/02/16 04:26:21 vapier Exp $ +# # Author Matthew Kennedy <mkennedy@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.3 2003/02/11 22:19:53 mkennedy Exp $ - +# # This eclass sets the site-lisp directory for emacs-related packages. ECLASS=elisp @@ -45,4 +46,4 @@ EOF cat $sf >>${SITELISP}/site-start.el done einfo "" -}
\ No newline at end of file +} |