diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-27 21:29:54 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-27 21:29:54 -0400 |
commit | 95de732d843a80a5061842d230a739190d00dfee (patch) | |
tree | 4180e5f97dba8ff5b111b23ee605b804143f8a64 /lisp/term/news.el | |
parent | 4e74624db143b93fbc3829b0af17da26b4ea6fb6 (diff) | |
download | emacs-95de732d843a80a5061842d230a739190d00dfee.tar.gz emacs-95de732d843a80a5061842d230a739190d00dfee.tar.bz2 emacs-95de732d843a80a5061842d230a739190d00dfee.zip |
Introduce `term-file-aliases', replacing some small lisp/term files
* lisp/faces.el (term-file-aliases): New variable.
(tty-run-terminal-initialization): Respect term-file-aliases.
* lisp/term/apollo.el, lisp/term/vt102.el, lisp/term/vt125.el:
* lisp/term/vt201.el, lisp/term/vt220.el, lisp/term/vt240.el:
* lisp/term/vt300.el, lisp/term/vt320.el, lisp/term/vt400.el:
* lisp/term/vt420.el: Remove files, replaced by aliases.
* lisp/term/README: Mention term-file-aliases.
* lisp/term/AT386.el, lisp/term/news.el, lisp/term/tvi970.el:
* lisp/term/vt100.el, lisp/term/wyse50.el: Remove obsolete comment.
* doc/emacs/custom.texi (Terminal Init): Mention term-file-aliases.
* doc/lispref/os.texi (Terminal-Specific): Mention term-file-aliases.
* etc/NEWS: Mention this.
Diffstat (limited to 'lisp/term/news.el')
-rw-r--r-- | lisp/term/news.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/news.el b/lisp/term/news.el index a58ff76aefe..a1e459a1261 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el @@ -22,8 +22,6 @@ ;;; Commentary: -;; Uses the Emacs 19 terminal initialization features --- won't work with 18. - ;;; Code: (defun terminal-init-news () |