aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/autoinsert.el1
-rw-r--r--lisp/delsel.el1
-rw-r--r--lisp/dirtrack.el2
-rw-r--r--lisp/emulation/vi.el1
-rw-r--r--lisp/help-macro.el1
-rw-r--r--lisp/ielm.el3
-rw-r--r--lisp/jka-compr.el1
-rw-r--r--lisp/kermit.el1
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--lisp/play/life.el2
-rw-r--r--lisp/progmodes/make-mode.el1
-rw-r--r--lisp/progmodes/scheme.el2
12 files changed, 13 insertions, 5 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index e67ab211ab..fecc2e008c 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -4,6 +4,7 @@
;; Author: Charlie Martin <[email protected]>
;; Adapted-By: [email protected], fax (+49 69) 7588-2389
+;; Maintainer: FSF
;; This file is part of GNU Emacs.
diff --git a/lisp/delsel.el b/lisp/delsel.el
index b402bf4f3c..b1903985b1 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Matthieu Devin <[email protected]>
+;; Maintainer: FSF
;; Created: 14 Jul 92
;; Last change 18-Feb-93, devin.
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index b37260b4b3..7d3b89e2c0 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1996 Free Software Foundation, Inc.
-;; Author: Peter Breton
+;; Author: Peter Breton <[email protected]>
;; Created: Sun Nov 17 1996
;; Keywords: processes
;; Time-stamp: <97/02/01 20:35:06 peter>
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index 265ab94f43..177a90ae97 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -5,6 +5,7 @@
;; Author: Neal Ziring <[email protected]>
;; Felix S. T. Wu <[email protected]>
+;; Maintainer: none
;; Keywords: emulations
;;; Commentary:
diff --git a/lisp/help-macro.el b/lisp/help-macro.el
index ff9c71b3ee..e88a3ffbf3 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Lynn Slater <[email protected]>
+;; Maintainer: FSF
;; Created: : Mon Oct 1 11:42:39 1990
;; Adapted-By: ESR
diff --git a/lisp/ielm.el b/lisp/ielm.el
index 3858e49505..a05f23017b 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: David Smith <[email protected]>
+;; Maintainer: FSF
;; Created: 25 Feb 1994
;; Keywords: lisp
@@ -102,7 +103,7 @@ This variable is buffer-local.")
(defvar ielm-header
(concat
"*** Welcome to IELM version "
- (substring "$Revision: 1.10 $" 11 -2)
+ (substring "$Revision: 1.11 $" 11 -2)
" *** Type (describe-mode) for help.\n"
"IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
"Message to display when IELM is started.")
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index ff602eefce..887247710d 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
;; Author: [email protected] (Jay K. Adams)
+;; Maintainer: FSF
;; Keywords: data
;; This file is part of GNU Emacs.
diff --git a/lisp/kermit.el b/lisp/kermit.el
index 0eebc7aa08..6ca7b7a0c8 100644
--- a/lisp/kermit.el
+++ b/lisp/kermit.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Jeff Norden <[email protected]>
+;; Maintainer: FSF
;; Created: 15 Feb 1988
;; Keywords: comm
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index bbed798d23..73412f3bd0 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -2,7 +2,7 @@
;; (C) Copyright 1996 Free Software Foundation, Inc.
-;; Author: Danny Roozendaal ([email protected])
+;; Author: Danny Roozendaal <[email protected]>
;; Created: October 21 1996
;; Keywords: cursive writing
diff --git a/lisp/play/life.el b/lisp/play/life.el
index 9645cb398d..304879684c 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1988 Free Software Foundation, Inc.
-;; Author: Kyle Jones <[email protected]>
+;; Author: Kyle Jones <kyleuunet.uu.net>
;; Keywords: games
;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 2cea25c644..973fabeb0c 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -4,6 +4,7 @@
;; Author: Thomas Neumann <[email protected]>
;; Eric S. Raymond <[email protected]>
+;; Maintainer: FSF
;; Adapted-By: ESR
;; Keywords: unix, tools
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el
index 7c9ae6fa86..584725e4c9 100644
--- a/lisp/progmodes/scheme.el
+++ b/lisp/progmodes/scheme.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1986, 87, 88, 1997 Free Software Foundation, Inc.
-;; Author: Bill Rozas <[email protected]>
+;; Author: Bill Rozas <[email protected]>
;; Keywords: languages, lisp
;; This file is part of GNU Emacs.