aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-17 23:49:20 +0000
committerRichard M. Stallman2005-01-17 23:49:20 +0000
commit053be11a8844e0dbc448e7b9a977fb815b438c2f (patch)
treed51758cdc58179c1894b2edd80ea5d01048d7408 /lisp
parentdd60a465fbc6039e025165624147f5ef993f42d1 (diff)
downloademacs-053be11a8844e0dbc448e7b9a977fb815b438c2f.tar.gz
emacs-053be11a8844e0dbc448e7b9a977fb815b438c2f.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/tex-mode.el1
1 files changed, 1 insertions, 0 deletions
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."
1496 "tex-shell" 1496 "tex-shell"
1497 (or tex-shell-file-name (getenv "ESHELL") shell-file-name) 1497 (or tex-shell-file-name (getenv "ESHELL") shell-file-name)
1498 nil 1498 nil
1499 ;; Specify an interactive shell, to make sure it prompts.
1499 "-i") 1500 "-i")
1500 (let ((proc (get-process "tex-shell"))) 1501 (let ((proc (get-process "tex-shell")))
1501 (set-process-sentinel proc 'tex-shell-sentinel) 1502 (set-process-sentinel proc 'tex-shell-sentinel)