]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Jan 2005 23:49:20 +0000 (23:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Jan 2005 23:49:20 +0000 (23:49 +0000)
lisp/textmodes/tex-mode.el

index 51be21527d6c22bbfc455187b0140a08c5ec4a49..ce34138d5fbcc7695767f3bd222f629d142c02ab 100644 (file)
@@ -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)