(texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc.
(interactive)
;; Make sure TeX shell is running.
+ (require 'tex-mode)
(if (get-buffer "*tex-shell*")
(quit-process (get-process "tex-shell") t)
(tex-start-shell))
You are prompted for the job number (use a number shown by a previous
\\[texinfo-show-tex-print-queue] command)."
(interactive "nPrinter job number for deletion: ")
+ (require 'tex-mode)
(if (tex-shell-running)
(tex-kill-job)
(tex-start-shell))