Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.224 auctex/tex-buf.el:1.225
--- auctex/tex-buf.el:1.224     Sun Apr 24 08:47:24 2005
+++ auctex/tex-buf.el   Sun Apr 24 09:47:08 2005
@@ -735,7 +735,7 @@
     (comint-exec buffer name TeX-shell nil
                 (list TeX-shell-command-option command))
     (comint-mode)
-    (add-to-list 'comint-output-filter-functions 'TeX-interactive-goto-prompt)
+    (add-hook 'comint-output-filter-functions 'TeX-interactive-goto-prompt)
     (setq mode-name name)
     (setq TeX-command-default default)
     (setq process (get-buffer-process buffer))


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to