From: David Kastrup Date: Tue, 3 Jul 2007 18:17:07 +0000 (+0000) Subject: On request of the authors, remove their addresses for X-Git-Tag: emacs-pretest-23.0.90~12052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0;p=emacs.git On request of the authors, remove their addresses for the sake of bug reports, and add the developer list address as maintainer information. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27ec4a9f83a..9c8bb573e80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-07-03 David Kastrup + + * 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 * files.el (make-directory): Doc fix. diff --git a/lisp/shell.el b/lisp/shell.el index 9e07540d9d8..7171fbbe0f0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -5,7 +5,7 @@ ;; Author: Olin Shivers ;; Simon Marshall -;; Maintainer: FSF +;; Maintainer: FSF ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -27,11 +27,6 @@ ;;; 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