From: Richard M. Stallman Date: Mon, 17 Jan 2005 23:49:20 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~2703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=053be11a8844e0dbc448e7b9a977fb815b438c2f;p=emacs.git Comment change. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 51be21527d6..ce34138d5fb 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1496,6 +1496,7 @@ Mark is left at original location." "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)