diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-01 01:03:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-01 01:03:25 +0000 |
commit | f7b46d3cfef8eeaa16a1e3a02cb968cbcea0ed1a (patch) | |
tree | b5a74fd583c9f24fa8bd1ef248c0c1b81e2e52da /app-emacs/nxml-gentoo-schemas/files | |
parent | Version bump, updates book.rnc. (diff) | |
download | gentoo-2-f7b46d3cfef8eeaa16a1e3a02cb968cbcea0ed1a.tar.gz gentoo-2-f7b46d3cfef8eeaa16a1e3a02cb968cbcea0ed1a.tar.bz2 gentoo-2-f7b46d3cfef8eeaa16a1e3a02cb968cbcea0ed1a.zip |
Add to rng-schema-locating-files, instead of *-default.
(Portage version: 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.el | 7 |
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")) |