Function: xmltok-save

xmltok-save is a macro defined in xmltok.el.gz.

Signature

(xmltok-save &rest BODY)

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defmacro xmltok-save (&rest body)
  (declare (indent 0) (debug t))
  `(let (xmltok-type
	 xmltok-start
	 xmltok-name-colon
	 xmltok-name-end
	 xmltok-replacement
	 xmltok-attributes
	 xmltok-namespace-attributes
	 xmltok-errors)
     ,@body))