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

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