# HG changeset patch # User Richard M. Stallman # Date 1106005760 0 # Node ID 19bde7f71d99bdbea37932ade011172c3e37d404 # Parent 99bf07f4903146b4cdc85a20acb628600f10d687 Comment change. diff -r 99bf07f49031 -r 19bde7f71d99 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Jan 17 23:48:10 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Jan 17 23:49:20 2005 +0000 @@ -1496,6 +1496,7 @@ "tex-shell" (or tex-shell-file-name (getenv "ESHELL") shell-file-name) nil + ;; Specify an interactive shell, to make sure it prompts. "-i") (let ((proc (get-process "tex-shell"))) (set-process-sentinel proc 'tex-shell-sentinel)