diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 13:08:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 13:08:24 +0000 |
commit | 1608782c7ba44ab64b916be7639268618391b2ce (patch) | |
tree | a316026fd9f9a77d6f8e5da36d89a3a0e5e3d2ec /lisp/Makefile.in | |
parent | 5ea6e06823d1834832210a192a5570bb217a8673 (diff) | |
download | emacs-1608782c7ba44ab64b916be7639268618391b2ce.tar.gz |
(DONTCOMPILE): Remove term/xterm.el.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 87fae4711f8..2c1e29c64b0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -105,7 +105,6 @@ DONTCOMPILE = \ $(lisp)/term/vt400.el \ $(lisp)/term/vt420.el \ $(lisp)/term/wyse50.el \ - $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done to |