diff options
| author | Richard M. Stallman | 1992-07-24 22:37:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-24 22:37:33 +0000 |
| commit | eb6e9899443ee0ce93d0574cc263c49326e6aaa5 (patch) | |
| tree | e3ab457a6d973fc4b06c4704f7d37d2af2a3433e /lisp/textmodes | |
| parent | 1bd6009347e5ab4b2f7491898877be96dfffe2fc (diff) | |
| download | emacs-eb6e9899443ee0ce93d0574cc263c49326e6aaa5.tar.gz emacs-eb6e9899443ee0ce93d0574cc263c49326e6aaa5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index f7d91eb502e..18b0782b92d 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -26,7 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | 28 | ||
| 29 | (require 'comint) | 29 | ;; This was a pain. Now, make-comint should autoload comint. |
| 30 | ;; (require 'comint) | ||
| 30 | 31 | ||
| 31 | (defvar tex-shell-file-name nil | 32 | (defvar tex-shell-file-name nil |
| 32 | "*If non-nil, is file name to use for the subshell in which TeX is run.") | 33 | "*If non-nil, is file name to use for the subshell in which TeX is run.") |