summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-09 15:30:43 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-09 15:30:43 +0000
commit574b32ebd48ce34074f8a65da66a696b04d6bdec (patch)
tree47e8f41874bb1cb19765323cba447ae28ee9aa83 /eclass
parentppc64 stable wrt #324077 (diff)
downloadhistorical-574b32ebd48ce34074f8a65da66a696b04d6bdec.tar.gz
historical-574b32ebd48ce34074f8a65da66a696b04d6bdec.tar.bz2
historical-574b32ebd48ce34074f8a65da66a696b04d6bdec.zip
Add a comment about naming of site-init files.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/elisp-common.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 1a4ebfb1614d..9e530f3375af 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.67 2010/09/17 07:41:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.68 2010/10/09 15:30:43 ulm Exp $
#
# Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org>
# Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com>
@@ -87,7 +87,9 @@
# "[1-8][0-9]*-gentoo*.el", where the two digits at the beginning define
# the loading order (numbers below 10 or above 89 are reserved for
# internal use). So if your initialisation depends on another Emacs
-# package, your site file's number must be higher!
+# package, your site file's number must be higher! If there are no such
+# interdependencies then the number should be 50. Otherwise, numbers
+# divisible by 10 are preferred.
#
# Best practice is to define a SITEFILE variable in the global scope of
# your ebuild (e.g., right after S or RDEPEND):