aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Gallagher2016-02-10 20:40:28 +0200
committerEli Zaretskii2016-02-10 20:40:28 +0200
commit02d925e9e55089fabfe03e5a911c391b9322978f (patch)
tree0e03ed6aef30f70048d77955303fa7e2ea198e2e
parent4ef153b55a543e67dec280accb1b2a3543089060 (diff)
downloademacs-02d925e9e55089fabfe03e5a911c391b9322978f.tar.gz
emacs-02d925e9e55089fabfe03e5a911c391b9322978f.zip
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.
-rw-r--r--doc/misc/edt.texi5
-rw-r--r--etc/edt-user.el4
-rw-r--r--lisp/emulation/edt-lk201.el4
-rw-r--r--lisp/emulation/edt-mapper.el4
-rw-r--r--lisp/emulation/edt-pc.el4
-rw-r--r--lisp/emulation/edt-vt100.el4
-rw-r--r--lisp/emulation/edt.el7
7 files changed, 17 insertions, 15 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi
index 4f3fdaeaa1f..2361313f262 100644
--- a/doc/misc/edt.texi
+++ b/doc/misc/edt.texi
@@ -30,7 +30,7 @@ modify this GNU manual.''
30@titlepage 30@titlepage
31@title EDT Emulation User's Manual 31@title EDT Emulation User's Manual
32@author Kevin Gallagher 32@author Kevin Gallagher
33@author @email{Kevin.Gallagher@@boeing.com} 33@author @email{kevin.gal@verizon.net}
34@page 34@page
35@vskip 0pt plus 1filll 35@vskip 0pt plus 1filll
36@insertcopying 36@insertcopying
@@ -106,7 +106,8 @@ how to customize it to your liking.
106@file{edt.texi}---This manual. 106@file{edt.texi}---This manual.
107 107
108@item 108@item
109@file{edt-user.el}---An example customization file. 109@file{edt-user.el}---An example customization file (located in the
110Emacs distribution etc directory).
110 111
111@item 112@item
112@file{edt.el}---EDT emulation functions and default configuration. 113@file{edt.el}---EDT emulation functions and default configuration.
diff --git a/etc/edt-user.el b/etc/edt-user.el
index 5541ce6b0d3..cf1acbcdb13 100644
--- a/etc/edt-user.el
+++ b/etc/edt-user.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1986, 1992-1993, 2000-2016 Free Software Foundation, 3;; Copyright (C) 1986, 1992-1993, 2000-2016 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
7;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com> 7;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
8;; Keywords: emulations 8;; Keywords: emulations
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index c30a84d72ae..bb8577c93c5 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1986, 1992-1993, 1995, 2001-2016 Free Software 3;; Copyright (C) 1986, 1992-1993, 1995, 2001-2016 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
7;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> 7;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
8;; Keywords: emulations 8;; Keywords: emulations
9;; Package: edt 9;; Package: edt
10 10
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index df32ac0cee1..0bba9e3eeb4 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1994-1995, 2000-2016 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1995, 2000-2016 Free Software Foundation, Inc.
4 4
5;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> 5;; Author: Kevin Gallagher <kevin.gal@verizon.net>
6;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> 6;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
7;; Keywords: emulations 7;; Keywords: emulations
8;; Package: edt 8;; Package: edt
9 9
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index 13b60fb3c3d..1f55f4a2369 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1986, 1994-1995, 2001-2016 Free Software Foundation, 3;; Copyright (C) 1986, 1994-1995, 2001-2016 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
7;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> 7;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
8;; Keywords: emulations 8;; Keywords: emulations
9;; Package: edt 9;; Package: edt
10 10
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el
index 1f134f7937c..019283ed6ee 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1986, 1992-1993, 1995, 2002-2016 Free Software 3;; Copyright (C) 1986, 1992-1993, 1995, 2002-2016 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
7;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> 7;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
8;; Keywords: emulations 8;; Keywords: emulations
9;; Package: edt 9;; Package: edt
10 10
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 1e55fd86c4a..6bda15bf98d 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1986, 1992-1995, 2000-2016 Free Software Foundation, 3;; Copyright (C) 1986, 1992-1995, 2000-2016 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> 6;; Author: Kevin Gallagher <kevin.gal@verizon.net>
7;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> 7;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net>
8;; Keywords: emulations 8;; Keywords: emulations
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
@@ -59,7 +59,8 @@
59;; The EDT emulation consists of the following files: 59;; The EDT emulation consists of the following files:
60;; 60;;
61;; edt.texi - User manual 61;; edt.texi - User manual
62;; edt-user.el - Sample Customization File 62;; edt-user.el - Sample Customization File (located in Emacs
63;; distribution etc directory)
63;; edt.el - EDT Emulation Functions and Default Configuration 64;; edt.el - EDT Emulation Functions and Default Configuration
64;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards 65;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards
65;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals 66;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals