Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp-common.eclass
Date: Sat, 09 Oct 2010 16:04:03
Message-Id: 20101009153050.575222004C@flycatcher.gentoo.org
1 ulm 10/10/09 15:30:50
2
3 Modified: elisp-common.eclass
4 Log:
5 Add a comment about naming of site-init files.
6
7 Revision Changes Path
8 1.68 eclass/elisp-common.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-common.eclass?rev=1.68&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-common.eclass?rev=1.68&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-common.eclass?r1=1.67&r2=1.68
13
14 Index: elisp-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
17 retrieving revision 1.67
18 retrieving revision 1.68
19 diff -u -r1.67 -r1.68
20 --- elisp-common.eclass 17 Sep 2010 07:41:05 -0000 1.67
21 +++ elisp-common.eclass 9 Oct 2010 15:30:43 -0000 1.68
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.67 2010/09/17 07:41:05 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.68 2010/10/09 15:30:43 ulm Exp $
27 #
28 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
29 # Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
30 @@ -87,7 +87,9 @@
31 # "[1-8][0-9]*-gentoo*.el", where the two digits at the beginning define
32 # the loading order (numbers below 10 or above 89 are reserved for
33 # internal use). So if your initialisation depends on another Emacs
34 -# package, your site file's number must be higher!
35 +# package, your site file's number must be higher! If there are no such
36 +# interdependencies then the number should be 50. Otherwise, numbers
37 +# divisible by 10 are preferred.
38 #
39 # Best practice is to define a SITEFILE variable in the global scope of
40 # your ebuild (e.g., right after S or RDEPEND):