diff options
| author | David Kastrup | 2007-07-03 18:17:07 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-07-03 18:17:07 +0000 |
| commit | b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0 (patch) | |
| tree | 1783ace41079a691e89600742e616f7a428a90ae /lisp/shell.el | |
| parent | 78ed0d71f95c676368eb9fc0057f4d839beefe10 (diff) | |
| download | emacs-b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0.tar.gz emacs-b71f9bdb2d58aa77ad9654cd7d1c95487b02acf0.zip | |
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 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF <emacs-devel@gnu.org> |
| 9 | ;; Keywords: processes | 9 | ;; Keywords: processes |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -27,11 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
| 30 | ;; Please send me bug reports, bug fixes, and extensions, so that I can | ||
| 31 | ;; merge them into the master source. | ||
| 32 | ;; - Olin Shivers (shivers@cs.cmu.edu) | ||
| 33 | ;; - Simon Marshall (simon@gnu.org) | ||
| 34 | |||
| 35 | ;; This file defines a shell-in-a-buffer package (shell mode) built on | 30 | ;; This file defines a shell-in-a-buffer package (shell mode) built on |
| 36 | ;; top of comint mode. This is actually cmushell with things renamed | 31 | ;; top of comint mode. This is actually cmushell with things renamed |
| 37 | ;; to replace its counterpart in Emacs 18. cmushell is more | 32 | ;; to replace its counterpart in Emacs 18. cmushell is more |