*** empty log message ***
[bpt/emacs.git] / lisp / shell.el
index 0473d36..3279c1d 100644 (file)
@@ -1,5 +1,8 @@
 ;;; shell.el --- general command interpreter in a window stuff
 
+;; Author: Olin Shivers <shivers@cs.cmu.edu>
+;; Last-Modified: 16 Mar 1992
+
 ;;; Copyright Olin Shivers (1988).
 
 ;;; This file is part of GNU Emacs.
@@ -18,6 +21,8 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
 ;;; The changelog is at the end of file.
 
 ;;; Please send me bug reports, bug fixes, and extensions, so that I can
@@ -44,7 +49,6 @@
 ;;; Maybe I should ensure the process mark is in the window when I send
 ;;; text to the process? Switch selectable?
 
-(require 'comint)
 ;; YOUR .EMACS FILE
 ;;=============================================================================
 ;; Some suggestions for your .emacs file.
 ;;; ===========================================================================
 ;;; 
 
+;;; Code:
+
+(require 'comint)
+
 ;;;###autoload
 (defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *"
   "Regexp to match prompts in the inferior shell.