Mercurial > emacs
comparison lisp/term/README @ 75770:bf96804a59f9
Add copyright and license notices (file written by Eric Raymond, who
has assignment).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 11 Feb 2007 00:39:51 +0000 |
parents | af1c58687bdd |
children | 439a537f19e5 |
comparison
equal
deleted
inserted
replaced
75769:92a0e87ff562 | 75770:bf96804a59f9 |
---|---|
1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | |
2 Free Software Foundation, Inc. | |
3 See the end of the file for license conditions. | |
4 | |
5 | |
1 This directory contains files of elisp that customize Emacs for certain | 6 This directory contains files of elisp that customize Emacs for certain |
2 terminal types. | 7 terminal types. |
3 | 8 |
4 When Emacs starts, it checks the TERM environment variable to see what type | 9 When Emacs starts, it checks the TERM environment variable to see what type |
5 of terminal the user is running on, checks for an elisp file named | 10 of terminal the user is running on, checks for an elisp file named |
215 (enable-foo-arrow-keys), where `foo' becomes the terminal name, and leave | 220 (enable-foo-arrow-keys), where `foo' becomes the terminal name, and leave |
216 it up to the user's .emacs file whether to call it. | 221 it up to the user's .emacs file whether to call it. |
217 | 222 |
218 Before writing a terminal-support package, it's a good idea to read the | 223 Before writing a terminal-support package, it's a good idea to read the |
219 existing ones and learn the common conventions. | 224 existing ones and learn the common conventions. |
225 | |
226 | |
227 This file is part of GNU Emacs. | |
228 | |
229 GNU Emacs is free software; you can redistribute it and/or modify | |
230 it under the terms of the GNU General Public License as published by | |
231 the Free Software Foundation; either version 2, or (at your option) | |
232 any later version. | |
233 | |
234 GNU Emacs is distributed in the hope that it will be useful, | |
235 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
236 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
237 GNU General Public License for more details. | |
238 | |
239 You should have received a copy of the GNU General Public License | |
240 along with GNU Emacs; see the file COPYING. If not, write to the | |
241 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
242 Boston, MA 02110-1301, USA. |