Mercurial > emacs
changeset 87328:9c863134ecd3
(rng-schema-locating-file-schema-file): Fix last change.
(rng-schema-locating-files-default): Look in current dir, as per manual.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 19 Dec 2007 01:46:23 +0000 |
parents | 900d6ef255ce |
children | de727546fe7e |
files | lisp/nxml/rng-loc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/nxml/rng-loc.el Wed Dec 19 01:15:26 2007 +0000 +++ b/lisp/nxml/rng-loc.el Wed Dec 19 01:46:23 2007 +0000 @@ -39,11 +39,11 @@ (make-variable-buffer-local 'rng-current-schema-file-name) (defvar rng-schema-locating-files-default - (list (expand-file-name "schema/schemas.xml" data-directory)) + (list "schemas.xml" (expand-file-name "schema/schemas.xml" data-directory)) "Default value for variable `rng-schema-locating-files'.") (defvar rng-schema-locating-file-schema-file - (list (expand-file-name "schema/locate.rnc" data-directory)) + (expand-file-name "schema/locate.rnc" data-directory) "File containing schema for schema locating files.") (defvar rng-schema-locating-file-schema nil