summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-03-01 01:03:25 +0000
committerUlrich Müller <ulm@gentoo.org>2008-03-01 01:03:25 +0000
commit2d527643de861ead330d8c11de2063bacb0e89fc (patch)
tree92a5d84ed5e15a45e9a810cc71957151f4cffe6b /app-emacs/nxml-gentoo-schemas/files
parentVersion bump, updates book.rnc. (diff)
downloadhistorical-2d527643de861ead330d8c11de2063bacb0e89fc.tar.gz
historical-2d527643de861ead330d8c11de2063bacb0e89fc.tar.bz2
historical-2d527643de861ead330d8c11de2063bacb0e89fc.zip
Add to rng-schema-locating-files, instead of *-default.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-emacs/nxml-gentoo-schemas/files')
-rw-r--r--app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el
index 50b95fe2e43c..0d51b11da328 100644
--- a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el
+++ b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el
@@ -1,9 +1,8 @@
;;; nxml-gentoo-schemas site-lisp configuration
-;; This must come after the nxml-mode site initialisation,
-;; because rng-schema-locating-files-default is set there.
-;; "eval-after-load" so that it works with builtin nxml-mode in Emacs 23.
+;; This must be executed after rng-schema-locating-files
+;; is set in rng-loc (which is part of nxml-mode).
(eval-after-load "rng-loc"
- '(add-to-list 'rng-schema-locating-files-default
+ '(add-to-list 'rng-schema-locating-files
"@SITEETC@/schemas.xml"))