Function: rng-c-error
rng-c-error is a byte-compiled function defined in rng-cmpct.el.gz.
Signature
(rng-c-error &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-cmpct.el.gz
(defun rng-c-error (&rest args)
(rng-c-signal-incorrect-schema rng-c-file-name
(rng-c-translate-position (point))
(apply #'format-message args)))