Function: xmltok-require-next-token

xmltok-require-next-token is a byte-compiled function defined in xmltok.el.gz.

Signature

(xmltok-require-next-token &rest TYPES)

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defun xmltok-require-next-token (&rest types)
  (xmltok-next-prolog-token)
  (apply #'xmltok-require-token types))