diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-23 03:23:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-23 03:23:34 +0000 |
commit | 06974c33852c4c16289f0c0102ede2eea64b6543 (patch) | |
tree | 5d9b436dbfe1f2cc1975d7fab98ae24cc3abfcbd /etc/e | |
parent | 4d2f172bd35271ba5ca3e3e0f9a2087e14ac27fd (diff) | |
download | emacs-06974c33852c4c16289f0c0102ede2eea64b6543.tar.gz |
New file, with most information formerly in etc/Makefile.
Diffstat (limited to 'etc/e')
-rw-r--r-- | etc/e/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/e/README b/etc/e/README new file mode 100644 index 00000000000..a5188d2fbea --- /dev/null +++ b/etc/e/README @@ -0,0 +1,9 @@ +eterm-color.ti is a terminfo source file. eterm-color is a compiled +version produced by the terminfo compiler (tic). The compiled files +are binary, and depend on the version of tic, but they seem to be +system-independent and backwardly compatible. So there should be no +need to recompile (see etc/Makefile) the distributed binary version. + +The compiled file is used by lisp/term.el, so if it is moved term.el +needs to be changed. terminfo requires it to be stored in an `e' +subdirectory (the first character of the file name). |