aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-27 15:32:03 +0000
committerRichard M. Stallman1997-05-27 15:32:03 +0000
commite4874521bbcca929eda386b7e09090105497474e (patch)
tree95e3e10b35de09c3592313e82fd3d7dd1e5ed7cf
parent5547fcff13fcd0508df11334b17a2d1130883726 (diff)
downloademacs-e4874521bbcca929eda386b7e09090105497474e.tar.gz
emacs-e4874521bbcca929eda386b7e09090105497474e.zip
Comment change.
-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 @@
3;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
4 4
5;; Author: Olin Shivers <shivers@cs.cmu.edu> 5;; Author: Olin Shivers <shivers@cs.cmu.edu>
6;; Adapted-by: Simon Marshall <simon@gnu.ai.mit.edu> 6;; Maintainer: Simon Marshall <simon@gnu.ai.mit.edu>
7;; Keywords: processes 7;; Keywords: processes
8 8
9;; This file is part of GNU Emacs. 9;; 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 @@
3;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.
4 4
5;; Author: Jonathan Stigelman <stig@hackvan.com> 5;; Author: Jonathan Stigelman <stig@hackvan.com>
6;; Maintainer: FSF
7;; (actually no longer maintained)
6;; Keywords: faces 8;; Keywords: faces
7 9
8;; This file is part of GNU Emacs. 10;; 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 @@
4 4
5;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> 5;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se>
6;; Lars Lindberg <lli@sypro.cap.se> 6;; Lars Lindberg <lli@sypro.cap.se>
7;; Maintainer: FSF
7;; Created: 8 Feb 1994 8;; Created: 8 Feb 1994
8;; Keywords: tools 9;; Keywords: tools
9 10
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 @@
3;; Copyright (C) 1993 1994 1995 1996 Free Software Foundation, Inc. 3;; Copyright (C) 1993 1994 1995 1996 Free Software Foundation, Inc.
4 4
5;; Author: 1993-1996 Barry A. Warsaw 5;; Author: 1993-1996 Barry A. Warsaw
6;; Maintainer: FSF
6;; Created: 19-Apr-1993 7;; Created: 19-Apr-1993
7;; Version: 3.3 8;; Version: 3.3
8;; Last Modified: 1996/07/02 00:39:09 9;; 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 @@
3;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: RMS 5;; Author: RMS
6;; Maintainer: FSF
6;; Keywords: internal 7;; Keywords: internal
7 8
8;; This file is part of GNU Emacs. 9;; 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 @@
1;;;_* landmark.el --- Landmark learning neural network 1;;;_landmark.el --- Landmark learning neural network
2;; Copyright (C) 1996 Free Software Foundation, Inc. 2;; Copyright (C) 1996 Free Software Foundation, Inc.
3 3
4;; Author: Terrence Brannon <brannon@rana.usc.edu> 4;; Author: Terrence Brannon <brannon@rana.usc.edu>
5;; Maintainer: same
6;; Created: December 16, 1996 - first release to usenet 5;; Created: December 16, 1996 - first release to usenet
7;; Keywords: gomoku neural network adaptive search chemotaxis 6;; Keywords: gomoku neural network adaptive search chemotaxis
8 7
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 @@
1;;; cplus-md.el --- C++ code editing commands for Emacs 1;;; cplus-md.el --- old C++ code editing mode for Emacs
2 2
3;; Copyright (C) 1985, 1992, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1992, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: Dave Detlefs <dld@cs.cmu.edu> 5;; Maintainer: FSF
6;; Keywords: c 6;; Keywords: c
7 7
8;; This file is part of GNU Emacs. 8;; 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 @@
3;; Copyright (C) 1986, 1987, 1992, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1987, 1992, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: William Sommerfeld <wesommer@athena.mit.edu> 5;; Author: William Sommerfeld <wesommer@athena.mit.edu>
6;; Maintainer: FSF
6;; Keywords: processes 7;; Keywords: processes
7 8
8;; Changes by peck@sun.com and by rms. 9;; 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 @@
3;; Copyright (C) 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1987 Free Software Foundation, Inc.
4 4
5;; Author: Jeff Peck <peck@sun.com> 5;; Author: Jeff Peck <peck@sun.com>
6;; Maintainer: none
6;; Keywords: hardware 7;; Keywords: hardware
7 8
8;; This file is part of GNU Emacs. 9;; 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 @@
3;; Copyright (C) 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1987 Free Software Foundation, Inc.
4 4
5;; Author: Jeff Peck <peck@sun.com> 5;; Author: Jeff Peck <peck@sun.com>
6;; Maintainer: none
6;; Keywords: hardware 7;; Keywords: hardware
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.