diff lisp/textmodes/tex-mode.el @ 870:1b3af6ad85be

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1992 22:37:33 +0000
parents 113281b361ec
children 2619b7a9c11e
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Fri Jul 24 21:00:38 1992 +0000
+++ b/lisp/textmodes/tex-mode.el	Fri Jul 24 22:37:33 1992 +0000
@@ -26,7 +26,8 @@
 
 ;;; Code:
 
-(require 'comint)
+;; This was a pain.  Now, make-comint should autoload comint.
+;; (require 'comint)
 
 (defvar tex-shell-file-name nil
   "*If non-nil, is file name to use for the subshell in which TeX is run.")