]> git.eshelyaron.com Git - emacs.git/commitdiff
On request of the authors, remove their addresses for
authorDavid Kastrup <dak@gnu.org>
Tue, 3 Jul 2007 18:17:07 +0000 (18:17 +0000)
committerDavid Kastrup <dak@gnu.org>
Tue, 3 Jul 2007 18:17:07 +0000 (18:17 +0000)
the sake of bug reports, and add the developer list address as
maintainer information.

lisp/ChangeLog
lisp/shell.el

index 27ec4a9f83a207f04a352e2dee2b527a63dcf88b..9c8bb573e805c1258570235b47008bd982e56e44 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-03  David Kastrup  <dak@gnu.org>
+
+       * shell.el: On request of the authors, remove their addresses for
+       the sake of bug reports, and add the developer list address as
+       maintainer information.
+
 2007-07-03  Richard Stallman  <rms@gnu.org>
 
        * files.el (make-directory): Doc fix.
index 9e07540d9d8776936f940c836aa035e700d20778..7171fbbe0f095966042d8a94aedddef0c29164a0 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Olin Shivers <shivers@cs.cmu.edu>
 ;;     Simon Marshall <simon@gnu.org>
-;; Maintainer: FSF
+;; Maintainer: FSF <emacs-devel@gnu.org>
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
 
 ;;; Commentary:
 
-;; Please send me bug reports, bug fixes, and extensions, so that I can
-;; merge them into the master source.
-;;     - Olin Shivers (shivers@cs.cmu.edu)
-;;     - Simon Marshall (simon@gnu.org)
-
 ;; This file defines a shell-in-a-buffer package (shell mode) built on
 ;; top of comint mode.  This is actually cmushell with things renamed
 ;; to replace its counterpart in Emacs 18.  cmushell is more