comparison lisp/term/wyse50.el @ 3287:f3c8ed7fcb45

Fix initial comments.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 1993 03:42:55 +0000
parents ce068246b4d7
children 507f64624555
comparison
equal deleted inserted replaced
3286:aadc5c8cf337 3287:f3c8ed7fcb45
1 ;;; wyse50.el --- terminal support code for Wyse 50 1 ;;; wyse50.el --- terminal support code for Wyse 50
2
3 ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
2 4
3 ;; Author: Daniel Pfieffer <pfieffer@cix.cict.fr> January 1991 5 ;; Author: Daniel Pfieffer <pfieffer@cix.cict.fr> January 1991
4 ;; Jim Blandy <jimb@occs.cs.oberlin.edu> 6 ;; Jim Blandy <jimb@occs.cs.oberlin.edu>
5 ;; Keywords: terminals 7 ;; Keywords: terminals
6 8
7 ;; Copyright (C) 1989 Free Software Foundation, Inc. 9 ;;; This file is part of GNU Emacs.
8 10 ;;;
9 ;; This file is part of GNU Emacs. 11 ;;; GNU Emacs is free software; you can redistribute it and/or modify
10 12 ;;; it under the terms of the GNU General Public License as published by
11 ;; GNU Emacs is distributed in the hope that it will be useful, 13 ;;; the Free Software Foundation; either version 2, or (at your option)
12 ;; but WITHOUT ANY WARRANTY. No author or distributor 14 ;;; any later version.
13 ;; accepts responsibility to anyone for the consequences of using it 15 ;;;
14 ;; or for whether it serves any particular purpose or works at all, 16 ;;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; unless he says so in writing. Refer to the GNU Emacs General Public 17 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; License for full details. 18 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 19 ;;; GNU General Public License for more details.
18 ;; Everyone is granted permission to copy, modify and redistribute 20 ;;;
19 ;; GNU Emacs, but only under the conditions described in the 21 ;;; You should have received a copy of the GNU General Public License
20 ;; GNU Emacs General Public License. A copy of this license is 22 ;;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; supposed to have been given to you along with GNU Emacs so you 23 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 ;; can know your rights and responsibilities. It should be in a
23 ;; file named COPYING. Among other things, the copyright notice
24 ;; and this notice must be preserved on all copies.
25 24
26 ;;; Commentary: 25 ;;; Commentary:
27 26
28 ;; Uses the Emacs 19 terminal initialization features --- won't work with 18. 27 ;; Uses the Emacs 19 terminal initialization features --- won't work with 18.
29 ;; Rewritten for Emacs 19 by jimb, January 1992 28 ;; Rewritten for Emacs 19 by jimb, January 1992