diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 03:58:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 03:58:44 +0000 |
commit | 6d74b528d014d3ae65306e8afe154ccc66386be5 (patch) | |
tree | 3b8a7eb6225bfffbd7a0142cc05abe6ae0ba45d1 /lisp/shell.el | |
parent | 32f4334dcef11f3b06b04e05618a27f477e96449 (diff) | |
download | emacs-6d74b528d014d3ae65306e8afe154ccc66386be5.tar.gz emacs-6d74b528d014d3ae65306e8afe154ccc66386be5.tar.bz2 emacs-6d74b528d014d3ae65306e8afe154ccc66386be5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 0ae9e1b2a61..a8277da845d 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -1,11 +1,10 @@ ;;; shell.el --- general command interpreter in a window stuff +;;; Copyright Olin Shivers (1988). + ;; Author: Olin Shivers <shivers@cs.cmu.edu> -;; Last-Modified: 16 Mar 1992 ;; Keywords: processes -;;; Copyright Olin Shivers (1988). - ;;; This file is part of GNU Emacs. ;;; GNU Emacs is free software; you can redistribute it and/or modify |