# HG changeset patch # User Jason Rumney # Date 1198028783 0 # Node ID 9c863134ecd3ab9bc1c722c0eefcd8ac41bb056d # Parent 900d6ef255ce255cb0f598db607badd18b8a665f (rng-schema-locating-file-schema-file): Fix last change. (rng-schema-locating-files-default): Look in current dir, as per manual. diff -r 900d6ef255ce -r 9c863134ecd3 lisp/nxml/rng-loc.el --- 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