Function: rng-save-schema-location
rng-save-schema-location is an interactive and byte-compiled function
defined in rng-loc.el.gz.
Signature
(rng-save-schema-location)
Documentation
Save the association between the buffer's file and the current schema.
This ensures that the schema that is currently being used will be used
if the file is edited in a future session. The association will be
saved to the first writable file in rng-schema-locating-files.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-loc.el.gz
(defun rng-save-schema-location ()
"Save the association between the buffer's file and the current schema.
This ensures that the schema that is currently being used will be used
if the file is edited in a future session. The association will be
saved to the first writable file in `rng-schema-locating-files'."
(interactive)
(rng-save-schema-location-1 nil))