Kevin Gallagher has new email address

* lisp/emulation/edt.el:
* lisp/emulation/edt-lk201.el:
* lisp/emulation/edt-mapper.el:
* lisp/emulation/edt-pc.el:
* lisp/emulation/edt-vt100.el:
* etc/edt-user.el:
* doc/misc/edt.texi: Update Kevin Gallagher's email address.
This commit is contained in:
Kevin Gallagher 2016-02-10 20:40:28 +02:00 committed by Eli Zaretskii
parent 4ef153b55a
commit 02d925e9e5
7 changed files with 17 additions and 15 deletions

View file

@ -30,7 +30,7 @@ modify this GNU manual.''
@titlepage @titlepage
@title EDT Emulation User's Manual @title EDT Emulation User's Manual
@author Kevin Gallagher @author Kevin Gallagher
@author @email{Kevin.Gallagher@@boeing.com} @author @email{kevin.gal@verizon.net}
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
@insertcopying @insertcopying
@ -106,7 +106,8 @@ how to customize it to your liking.
@file{edt.texi}---This manual. @file{edt.texi}---This manual.
@item @item
@file{edt-user.el}---An example customization file. @file{edt-user.el}---An example customization file (located in the
Emacs distribution etc directory).
@item @item
@file{edt.el}---EDT emulation functions and default configuration. @file{edt.el}---EDT emulation functions and default configuration.

View file

@ -3,8 +3,8 @@
;; Copyright (C) 1986, 1992-1993, 2000-2016 Free Software Foundation, ;; Copyright (C) 1986, 1992-1993, 2000-2016 Free Software Foundation,
;; Inc. ;; Inc.
;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -3,8 +3,8 @@
;; Copyright (C) 1986, 1992-1993, 1995, 2001-2016 Free Software ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2016 Free Software
;; Foundation, Inc. ;; Foundation, Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; Package: edt ;; Package: edt

View file

@ -2,8 +2,8 @@
;; Copyright (C) 1994-1995, 2000-2016 Free Software Foundation, Inc. ;; Copyright (C) 1994-1995, 2000-2016 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; Package: edt ;; Package: edt

View file

@ -3,8 +3,8 @@
;; Copyright (C) 1986, 1994-1995, 2001-2016 Free Software Foundation, ;; Copyright (C) 1986, 1994-1995, 2001-2016 Free Software Foundation,
;; Inc. ;; Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; Package: edt ;; Package: edt

View file

@ -3,8 +3,8 @@
;; Copyright (C) 1986, 1992-1993, 1995, 2002-2016 Free Software ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2016 Free Software
;; Foundation, Inc. ;; Foundation, Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; Package: edt ;; Package: edt

View file

@ -3,8 +3,8 @@
;; Copyright (C) 1986, 1992-1995, 2000-2016 Free Software Foundation, ;; Copyright (C) 1986, 1992-1995, 2000-2016 Free Software Foundation,
;; Inc. ;; Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Author: Kevin Gallagher <kevin.gal@verizon.net>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
;; Keywords: emulations ;; Keywords: emulations
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
@ -59,7 +59,8 @@
;; The EDT emulation consists of the following files: ;; The EDT emulation consists of the following files:
;; ;;
;; edt.texi - User manual ;; edt.texi - User manual
;; edt-user.el - Sample Customization File ;; edt-user.el - Sample Customization File (located in Emacs
;; distribution etc directory)
;; edt.el - EDT Emulation Functions and Default Configuration ;; edt.el - EDT Emulation Functions and Default Configuration
;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards ;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards
;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals ;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals