comparison lisp/emulation/tpu-edt.el @ 4450:325bc5407213

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Aug 1993 08:20:00 +0000
parents 95bb7e28d761
children 73cc2b215834
comparison
equal deleted inserted replaced
4449:c6c254105f7f 4450:325bc5407213
1 ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT 1 ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT
2
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. 2 ;; Copyright (C) 1993 Free Software Foundation, Inc.
4 3
5 ;; Author: Rob Riepel <riepel@networking.stanford.edu> 4 ;; Author: Rob Riepel <riepel@networking.stanford.edu>
6 ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> 5 ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
7 ;; Version: 3.0 6 ;; Version: 3.0
8 ;; Keywords: tpu edt tpu-edt 7 ;; Keywords: tpu edt tpu-edt
9 8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
10 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
11 ;; but WITHOUT ANY WARRANTY. No author or distributor 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ;; accepts responsibility to anyone for the consequences of using it 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ;; or for whether it serves any particular purpose or works at all, 19 ;; GNU General Public License for more details.
14 ;; unless he says so in writing. Refer to the GNU Emacs General Public 20
15 ;; License for full details. 21 ;; You should have received a copy of the GNU General Public License
16 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
17 ;; Everyone is granted permission to copy, modify and redistribute 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
18 ;; GNU Emacs, but only under the conditions described in the
19 ;; GNU Emacs General Public License. A copy of this license is
20 ;; supposed to have been given to you along with GNU Emacs so you
21 ;; can know your rights and responsibilities. It should be in a
22 ;; file named COPYING. Among other things, the copyright notice
23 ;; and this notice must be preserved on all copies.
24 ;;
25 24
26 25
27 ;;; 26 ;;;
28 ;;; Revision Information 27 ;;; Revision Information
29 ;;; 28 ;;;