]> code.delx.au - gnu-emacs/commitdiff
Kevin Gallagher has new email address
authorKevin Gallagher <Kevin.Gallagher@boeing.com>
Wed, 10 Feb 2016 18:40:28 +0000 (20:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 10 Feb 2016 18:40:28 +0000 (20:40 +0200)
* 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.

doc/misc/edt.texi
etc/edt-user.el
lisp/emulation/edt-lk201.el
lisp/emulation/edt-mapper.el
lisp/emulation/edt-pc.el
lisp/emulation/edt-vt100.el
lisp/emulation/edt.el

index 4f3fdaeaa1fd5e73b4e0ac5419fd81e2de193805..2361313f262251712ac1c8b001b8137d15d9504c 100644 (file)
@@ -30,7 +30,7 @@ modify this GNU manual.''
 @titlepage
 @title EDT Emulation User's Manual
 @author Kevin Gallagher
-@author @email{Kevin.Gallagher@@boeing.com}
+@author @email{kevin.gal@verizon.net}
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -106,7 +106,8 @@ how to customize it to your liking.
 @file{edt.texi}---This manual.
 
 @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
 @file{edt.el}---EDT emulation functions and default configuration.
index 5541ce6b0d3440de93013da8d8f188b5d60a5eb9..cf1acbcdb13e4feaf2ee004ee4d185abad03a187 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1986, 1992-1993, 2000-2016 Free Software Foundation,
 ;; Inc.
 
-;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com>
-;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 
 ;; This file is part of GNU Emacs.
index c30a84d72ae22486c936f3d74b0b243ac426bcc2..bb8577c93c59376e7751256104b3a707813b68f2 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2016 Free Software
 ;; Foundation, Inc.
 
-;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
-;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 ;; Package: edt
 
index df32ac0cee1153db38afc684012a5b2cdebc61cf..0bba9e3eeb41533f0d31f76d8e29e1c857a5b505 100644 (file)
@@ -2,8 +2,8 @@
 
 ;; Copyright (C) 1994-1995, 2000-2016 Free Software Foundation, Inc.
 
-;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
-;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 ;; Package: edt
 
index 13b60fb3c3de884e874cf4b24333df6e19653bda..1f55f4a2369a66741caf3db2732cac895cca3c5d 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1986, 1994-1995, 2001-2016 Free Software Foundation,
 ;; Inc.
 
-;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
-;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 ;; Package: edt
 
index 1f134f7937ca944e4c84056cd934d526cc3bf3b2..019283ed6ee52b2de6d12588bfa53b1886636b21 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2016 Free Software
 ;; Foundation, Inc.
 
-;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
-;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 ;; Package: edt
 
index 1e55fd86c4a564c6a44265adc4ff23e81353693d..6bda15bf98d30199f7696410ecc1747b65046826 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1986, 1992-1995, 2000-2016 Free Software Foundation,
 ;; Inc.
 
-;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
-;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
+;; Author: Kevin Gallagher <kevin.gal@verizon.net>
+;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
 ;; Keywords: emulations
 
 ;; This file is part of GNU Emacs.
@@ -59,7 +59,8 @@
 ;; The EDT emulation consists of the following files:
 ;;
 ;; 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-lk201.el     - Built-in support for DEC LK-201 Keyboards
 ;; edt-vt100.el     - Built-in support for DEC VT-100 (and above) terminals