summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-27 15:32:03 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-27 15:32:03 +0000
commitb5b8f9fa7c4562191d8052ea19f8e65e6a1d307c (patch)
tree4fe57ab68dec3e2d7dd9c75cfe4add0a6610b632 /lisp
parent9a82b22f7927587dd689086f632983885585e5b5 (diff)
downloademacs-b5b8f9fa7c4562191d8052ea19f8e65e6a1d307c.tar.gz
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
-rw-r--r--lisp/hilit19.el2
-rw-r--r--lisp/imenu.el1
-rw-r--r--lisp/mail/reporter.el1
-rw-r--r--lisp/menu-bar.el1
-rw-r--r--lisp/play/landmark.el3
-rw-r--r--lisp/progmodes/cplus-md.el4
-rw-r--r--lisp/server.el1
-rw-r--r--lisp/sun-curs.el1
-rw-r--r--lisp/sun-fns.el1
10 files changed, 12 insertions, 5 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 6e6691dea87..6cd6a9c9d3c 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
;; Author: Olin Shivers <shivers@cs.cmu.edu>
-;; Adapted-by: Simon Marshall <simon@gnu.ai.mit.edu>
+;; Maintainer: Simon Marshall <simon@gnu.ai.mit.edu>
;; Keywords: processes
;; This file is part of GNU Emacs.
diff --git a/lisp/hilit19.el b/lisp/hilit19.el
index 941e797d2da..721e36e073b 100644
--- a/lisp/hilit19.el
+++ b/lisp/hilit19.el
@@ -3,6 +3,8 @@
;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.
;; Author: Jonathan Stigelman <stig@hackvan.com>
+;; Maintainer: FSF
+;; (actually no longer maintained)
;; Keywords: faces
;; This file is part of GNU Emacs.
diff --git a/lisp/imenu.el b/lisp/imenu.el
index dc5241420b9..6c5affd4233 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -4,6 +4,7 @@
;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se>
;; Lars Lindberg <lli@sypro.cap.se>
+;; Maintainer: FSF
;; Created: 8 Feb 1994
;; Keywords: tools
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el
index 76d7108d1a0..ff9dd924f75 100644
--- a/lisp/mail/reporter.el
+++ b/lisp/mail/reporter.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1993 1994 1995 1996 Free Software Foundation, Inc.
;; Author: 1993-1996 Barry A. Warsaw
+;; Maintainer: FSF
;; Created: 19-Apr-1993
;; Version: 3.3
;; Last Modified: 1996/07/02 00:39:09
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 41bc628c895..7073866e6b7 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
;; Author: RMS
+;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index 602a338987c..ebe16e16b0c 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -1,8 +1,7 @@
-;;;_* landmark.el --- Landmark learning neural network
+;;;_landmark.el --- Landmark learning neural network
;; Copyright (C) 1996 Free Software Foundation, Inc.
;; Author: Terrence Brannon <brannon@rana.usc.edu>
-;; Maintainer: same
;; Created: December 16, 1996 - first release to usenet
;; Keywords: gomoku neural network adaptive search chemotaxis
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index 9848adcf40b..a00dfc778a2 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -1,8 +1,8 @@
-;;; cplus-md.el --- C++ code editing commands for Emacs
+;;; cplus-md.el --- old C++ code editing mode for Emacs
;; Copyright (C) 1985, 1992, 1994, 1995 Free Software Foundation, Inc.
-;; Maintainer: Dave Detlefs <dld@cs.cmu.edu>
+;; Maintainer: FSF
;; Keywords: c
;; This file is part of GNU Emacs.
diff --git a/lisp/server.el b/lisp/server.el
index e827e884311..3fb4b039e8f 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1986, 1987, 1992, 1994, 1995 Free Software Foundation, Inc.
;; Author: William Sommerfeld <wesommer@athena.mit.edu>
+;; Maintainer: FSF
;; Keywords: processes
;; Changes by peck@sun.com and by rms.
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el
index 4118bd74c7b..0a31d4d3a2e 100644
--- a/lisp/sun-curs.el
+++ b/lisp/sun-curs.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Jeff Peck <peck@sun.com>
+;; Maintainer: none
;; Keywords: hardware
;; This file is part of GNU Emacs.
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el
index 40b36b95686..21b5146da55 100644
--- a/lisp/sun-fns.el
+++ b/lisp/sun-fns.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Jeff Peck <peck@sun.com>
+;; Maintainer: none
;; Keywords: hardware
;; This file is part of GNU Emacs.