diff options
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/edt-lk201.el | 4 | ||||
-rw-r--r-- | lisp/emulation/edt-mapper.el | 4 | ||||
-rw-r--r-- | lisp/emulation/edt-pc.el | 4 | ||||
-rw-r--r-- | lisp/emulation/edt-vt100.el | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index dc622d4713f..7aa9f2c73c3 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el @@ -3,7 +3,7 @@ ;;; ;;; For GNU Emacs 19 ;; -;; Copyright (C) 1986, 1992, 1993 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> @@ -34,7 +34,7 @@ ;;; ;;; Revision Information ;;; -(defconst edt-lk201-revision "$Revision: 1.1 $" +(defconst edt-lk201-revision "$Revision: 1.2 $" "Revision Number of EDT LK-201 Keyboard Support.") ;;;; diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 0e1c43c9937..9f7967cd880 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el @@ -2,7 +2,7 @@ ;;; For GNU Emacs 19 -;; Copyright (C) 1994 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> @@ -71,7 +71,7 @@ ;;; ;;; Revision Information ;;; -(defconst edt-mapper-revision "$Revision: 1.1 $" +(defconst edt-mapper-revision "$Revision: 1.2 $" "Revision Number of EDT X-Windows Emacs Key Mapper.") diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 7fb600741fd..ca7f25f46f4 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el @@ -3,7 +3,7 @@ ;;; ;;; For GNU Emacs 19 ;; -;; Copyright (C) 1986, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> @@ -34,7 +34,7 @@ ;;; ;;; Revision Information ;;; -(defconst edt-pc-revision "$Revision: 1.0 $" +(defconst edt-pc-revision "$Revision: 1.1 $" "Revision Number of EDT PC 101 Keyboard Support.") ;;;; diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index c679f8c253b..45ee723efd5 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el @@ -4,7 +4,7 @@ ;;; For GNU Emacs 19 ;;; ;; -;; Copyright (C) 1986, 1992, 1993 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> @@ -35,7 +35,7 @@ ;;; ;;; Revision Information ;;; -(defconst edt-vt100-revision "$Revision: 1.0.1 $" +(defconst edt-vt100-revision "$Revision: 1.1 $" "Revision Number of EDT VT Series Terminal Support.") ;; Get keyboard function key mapping to EDT keys. |