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-mode/files: 50nxml-mode-gentoo.el
Date: Sat, 01 Dec 2007 15:49:23
Message-Id: E1IyUak-00044T-Ao@stork.gentoo.org
1 ulm 07/12/01 15:49:18
2
3 Modified: 50nxml-mode-gentoo.el
4 Log:
5 Use SITEETC eclass variable.
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.2 app-emacs/nxml-mode/files/50nxml-mode-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-mode/files/50nxml-mode-gentoo.el?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-mode/files/50nxml-mode-gentoo.el?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/nxml-mode/files/50nxml-mode-gentoo.el?r1=1.1&r2=1.2
14
15 Index: 50nxml-mode-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/files/50nxml-mode-gentoo.el,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 50nxml-mode-gentoo.el 23 Nov 2007 15:19:19 -0000 1.1
22 +++ 50nxml-mode-gentoo.el 1 Dec 2007 15:49:17 -0000 1.2
23 @@ -5,9 +5,9 @@
24 (load "rng-auto" nil t)
25
26 (setq rng-schema-locating-files-default
27 - '("schemas.xml" "/usr/share/emacs/etc/nxml-mode/schema/schemas.xml")
28 + '("schemas.xml" "@SITEETC@/schema/schemas.xml")
29 rng-schema-locating-file-schema-file
30 - "/usr/share/emacs/etc/nxml-mode/schema/locate.rnc")
31 + "@SITEETC@/schema/locate.rnc")
32
33 (add-to-list 'auto-mode-alist
34 '("\\.\\(xml\\|xsl\\|xsd\\|rng\\|xhtml\\)\\'" . nxml-mode))
35
36
37
38 --
39 gentoo-commits@g.o mailing list