]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-send-command): Give meaningful error message.
authorKarl Heuer <kwzh@gnu.org>
Sat, 4 Nov 1995 00:39:25 +0000 (00:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 4 Nov 1995 00:39:25 +0000 (00:39 +0000)
lisp/textmodes/tex-mode.el

index 3a28ea73e0e7cd8cd3e4848d0bddab4c4f53ddb9..427583a88f86f6a85f0a29d1e5d9b7dbec643ec7 100644 (file)
@@ -883,7 +883,7 @@ substitution will be made in COMMAND.  COMMAND can be any expression that
 evaluates to a command string."
   (save-excursion
     (let* ((cmd (eval command))
-          (proc (get-process "tex-shell"))
+          (proc (or (get-process "tex-shell") (error "No TeX subprocess")))
           (buf (process-buffer proc))
            (star (string-match "\\*" cmd))
           (string