summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-28 15:37:31 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-28 15:37:31 +0000
commitc4debd26b962eac4ab6fd3de492bc424d3db5157 (patch)
tree84c3e9d652f90102c8313d65d5af55b03405616e
parentMoved to Portage tree. (diff)
downloademacs-c4debd26b962eac4ab6fd3de492bc424d3db5157.tar.gz
emacs-c4debd26b962eac4ab6fd3de492bc424d3db5157.tar.bz2
emacs-c4debd26b962eac4ab6fd3de492bc424d3db5157.zip
Correct date for introduction of site-gentoo.d.
Order copyright notices chronologically. svn path=/emacs-overlay/; revision=893
-rw-r--r--eclass/elisp-common.eclass12
-rw-r--r--eclass/elisp.eclass2
2 files changed, 7 insertions, 7 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index f86c27d..0f4da62 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -3,10 +3,10 @@
# $Header: $
#
# Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org>
-# Copyright 2004-2005 Mamoru Komachi <usata@gentoo.org>
# Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com>
-# Copyright 2007 Ulrich Mueller <ulm@gentoo.org>
+# Copyright 2004-2005 Mamoru Komachi <usata@gentoo.org>
# Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
+# Copyright 2007 Ulrich Mueller <ulm@gentoo.org>
#
# @ECLASS: elisp-common.eclass
# @MAINTAINER:
@@ -276,11 +276,11 @@ elisp-site-file-install() {
# @FUNCTION: elisp-site-regen
# @DESCRIPTION:
-# Regenerate site-gentoo.el file. Old location for site initialisation
-# files of packages was /usr/share/emacs/site-lisp/. In November 2007 this
+# Regenerate site-gentoo.el file. The old location for site initialisation
+# files of packages was /usr/share/emacs/site-lisp/. In December 2007 this
# has been changed to /usr/share/emacs/site-lisp/site-gentoo.d/. Remerge of
-# packages with Emacs support is enough, old location is supported still when
-# generating start-up file.
+# packages with Emacs support is enough, the old location is supported still
+# when generating start-up file.
elisp-site-regen() {
local i sf line obsolete
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index eff2ddc..8e45802 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
-# Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
# 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 Ulrich Mueller <ulm@gentoo.org>
#
# @ECLASS: elisp.eclass