Mercurial > emacs
comparison lisp/emulation/edt-pc.el @ 11234:4d2a2fe1d8d7
Update copyright.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 07 Apr 1995 01:20:53 +0000 |
parents | d41e77a56fd9 |
children | d764e3702460 |
comparison
equal
deleted
inserted
replaced
11233:d3b0cf2c3b78 | 11234:4d2a2fe1d8d7 |
---|---|
1 ;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation | 1 ;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation |
2 ;;; for PC 101 Keyboards | 2 ;;; for PC 101 Keyboards |
3 ;;; | 3 ;;; |
4 ;;; For GNU Emacs 19 | 4 ;;; For GNU Emacs 19 |
5 ;; | 5 ;; |
6 ;; Copyright (C) 1986, 1994 Free Software Foundation, Inc. | 6 ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. |
7 | 7 |
8 ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 8 ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> |
9 ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> | 9 ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> |
10 ;; Keywords: emulations | 10 ;; Keywords: emulations |
11 | 11 |
32 ;; ==================================================================== | 32 ;; ==================================================================== |
33 | 33 |
34 ;;; | 34 ;;; |
35 ;;; Revision Information | 35 ;;; Revision Information |
36 ;;; | 36 ;;; |
37 (defconst edt-pc-revision "$Revision: 1.0 $" | 37 (defconst edt-pc-revision "$Revision: 1.1 $" |
38 "Revision Number of EDT PC 101 Keyboard Support.") | 38 "Revision Number of EDT PC 101 Keyboard Support.") |
39 | 39 |
40 ;;;; | 40 ;;;; |
41 ;;;; KEY TRANSLATIONS | 41 ;;;; KEY TRANSLATIONS |
42 ;;;; | 42 ;;;; |