summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-09-29 06:44:52 +0000
committerUlrich Müller <ulm@gentoo.org>2010-09-29 06:44:52 +0000
commit5f59499fe3df0f8cd1d56a435772ba5867e3c232 (patch)
treee1f0283000cbf736a2490d2b02c85697f9eb89a9 /eclass/elisp-common.eclass
parentMoved to portage tree. (diff)
downloademacs-5f59499fe3df0f8cd1d56a435772ba5867e3c232.tar.gz
emacs-5f59499fe3df0f8cd1d56a435772ba5867e3c232.tar.bz2
emacs-5f59499fe3df0f8cd1d56a435772ba5867e3c232.zip
Add a sentence about preferred numbers.
svn path=/emacs-overlay/; revision=1522
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index e47596f..4f8b547 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -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):