Mercurial > emacs
changeset 81695:8f00c712c722
On request of the authors, remove their addresses for
the sake of bug reports, and add the developer list address as
maintainer information.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Tue, 03 Jul 2007 18:17:07 +0000 |
parents | 57a080a51800 |
children | c29faa83ba3a |
files | lisp/ChangeLog lisp/shell.el |
diffstat | 2 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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. @@ -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