Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/nxml-gentoo-schemas/files: 60nxml-gentoo-schemas-gentoo.el
Date: Fri, 29 Feb 2008 23:58:42
Message-Id: E1JVF7f-0003gD-TM@stork.gentoo.org
1 ulm 08/02/29 23:58:39
2
3 Modified: 60nxml-gentoo-schemas-gentoo.el
4 Log:
5 Add "eval-after-load" in site-init file.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el?r1=1.2&r2=1.3
14
15 Index: 60nxml-gentoo-schemas-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 60nxml-gentoo-schemas-gentoo.el 1 Dec 2007 15:56:18 -0000 1.2
22 +++ 60nxml-gentoo-schemas-gentoo.el 29 Feb 2008 23:58:39 -0000 1.3
23 @@ -3,5 +3,7 @@
24
25 ;; This must come after the nxml-mode site initialisation,
26 ;; because rng-schema-locating-files-default is set there.
27 -(add-to-list 'rng-schema-locating-files-default
28 - "@SITEETC@/schemas.xml")
29 +;; "eval-after-load" so that it works with builtin nxml-mode in Emacs 23.
30 +(eval-after-load "rng-loc"
31 + '(add-to-list 'rng-schema-locating-files-default
32 + "@SITEETC@/schemas.xml"))
33
34
35
36 --
37 gentoo-commits@l.g.o mailing list