Function: tex-command-executable

tex-command-executable is a byte-compiled function defined in tex-mode.el.gz.

Signature

(tex-command-executable CMD)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-command-executable (cmd)
  (let ((s (if (stringp cmd) cmd (eval (car cmd) t))))
    (substring s 0 (string-match "[ \t]\\|\\'" s))))