comparison lisp/shell.el @ 25278:cbe304a26771

Fix maintainer address.
author Karl Heuer <kwzh@gnu.org>
date Mon, 16 Aug 1999 04:04:27 +0000
parents 03990f1d9e2d
children 297909766bad
comparison
equal deleted inserted replaced
25277:a0e61cfa2529 25278:cbe304a26771
1 ;;; shell.el --- specialized comint.el for running the shell. 1 ;;; shell.el --- specialized comint.el for running the shell.
2 2
3 ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
4 4
5 ;; Author: Olin Shivers <shivers@cs.cmu.edu> then 5 ;; Author: Olin Shivers <shivers@cs.cmu.edu> then
6 ;; Simon Marshall <simon@gnu.ai.mit.edu> 6 ;; Simon Marshall <simon@gnu.org>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: processes 8 ;; Keywords: processes
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; Please send me bug reports, bug fixes, and extensions, so that I can 29 ;; Please send me bug reports, bug fixes, and extensions, so that I can
30 ;; merge them into the master source. 30 ;; merge them into the master source.
31 ;; - Olin Shivers (shivers@cs.cmu.edu) 31 ;; - Olin Shivers (shivers@cs.cmu.edu)
32 ;; - Simon Marshall (simon@gnu.ai.mit.edu) 32 ;; - Simon Marshall (simon@gnu.org)
33 33
34 ;; This file defines a a shell-in-a-buffer package (shell mode) built 34 ;; This file defines a a shell-in-a-buffer package (shell mode) built
35 ;; on top of comint mode. This is actually cmushell with things 35 ;; on top of comint mode. This is actually cmushell with things
36 ;; renamed to replace its counterpart in Emacs 18. cmushell is more 36 ;; renamed to replace its counterpart in Emacs 18. cmushell is more
37 ;; featureful, robust, and uniform than the Emacs 18 version. 37 ;; featureful, robust, and uniform than the Emacs 18 version.