1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Comment change.

This commit is contained in:
Richard M. Stallman 2005-01-17 23:49:20 +00:00
parent dd60a465fb
commit 053be11a88

View 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)