# HG changeset patch # User David Kastrup # Date 1183486627 0 # Node ID 8f00c712c72288ff5e899c9cabadfbb43bb42aa2 # Parent 57a080a51800e6dcc587875418765f1e08a5b73d On request of the authors, remove their addresses for the sake of bug reports, and add the developer list address as maintainer information. diff -r 57a080a51800 -r 8f00c712c722 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 03 18:10:54 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 03 18:17:07 2007 +0000 @@ -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 -r 57a080a51800 -r 8f00c712c722 lisp/shell.el --- a/lisp/shell.el Tue Jul 03 18:10:54 2007 +0000 +++ b/lisp/shell.el Tue Jul 03 18:17:07 2007 +0000 @@ -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