Function: tex--quote-spec

tex--quote-spec is a byte-compiled function defined in tex-mode.el.gz.

Signature

(tex--quote-spec FSPEC)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex--quote-spec (fspec)
  (cl-loop for (char . file) in fspec
           collect (cons char (shell-quote-argument file))))