comparison lisp/shell.el @ 925:6295ac3be480

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Aug 1992 05:07:43 +0000
parents bf829a2d63b4
children 8a936037cedc
comparison
equal deleted inserted replaced
924:93730fc2e7c3 925:6295ac3be480
1 ;;; shell.el --- general command interpreter in a window stuff 1 ;;; shell.el --- specialized comint.el for running the shell.
2 2 ;;; Copyright (C) 1988 Free Software Foundation, Inc.
3 ;;; Copyright Olin Shivers (1988).
4 3
5 ;; Author: Olin Shivers <shivers@cs.cmu.edu> 4 ;; Author: Olin Shivers <shivers@cs.cmu.edu>
6 ;; Keywords: processes 5 ;; Keywords: processes
7 6
8 ;;; This file is part of GNU Emacs. 7 ;;; This file is part of GNU Emacs.