diff options
author | David Kastrup <dak@gnu.org> | 2007-07-03 18:17:07 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2007-07-03 18:17:07 +0000 |
commit | b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0 (patch) | |
tree | 1783ace41079a691e89600742e616f7a428a90ae /lisp/shell.el | |
parent | 78ed0d71f95c676368eb9fc0057f4d839beefe10 (diff) | |
download | emacs-b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0.tar.gz |
On request of the authors, remove their addresses for
the sake of bug reports, and add the developer list address as
maintainer information.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 7 |
1 files changed, 1 insertions, 6 deletions
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 <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 |