Mercurial > emacs
changeset 59603:19bde7f71d99
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Jan 2005 23:49:20 +0000 |
parents | 99bf07f49031 |
children | 15fecef37804 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)