# HG changeset patch # User Richard M. Stallman # Date 712904863 0 # Node ID 6295ac3be480a25c3d673a9a2176808ec65cb3ca # Parent 93730fc2e7c35b7bed63ee168fb1604dc6f9b942 *** empty log message *** diff -r 93730fc2e7c3 -r 6295ac3be480 lisp/comint.el --- a/lisp/comint.el Tue Aug 04 05:05:40 1992 +0000 +++ b/lisp/comint.el Tue Aug 04 05:07:43 1992 +0000 @@ -1,11 +1,9 @@ ;;; comint.el --- general command interpreter in a window stuff +;; Copyright (C) 1988, 1990, 1992 Free Software Foundation, Inc. ;; Author: Olin Shivers ;; Keyword: processes -;; Copyright (C) 1988, 1990, 1992 Free Software Foundation, Inc. -;; Written by Olin Shivers. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff -r 93730fc2e7c3 -r 6295ac3be480 lisp/progmodes/inf-lisp.el --- a/lisp/progmodes/inf-lisp.el Tue Aug 04 05:05:40 1992 +0000 +++ b/lisp/progmodes/inf-lisp.el Tue Aug 04 05:07:43 1992 +0000 @@ -1,6 +1,5 @@ ;;; inf-lisp.el --- an inferior-lisp mode - -;;; Copyright Olin Shivers (1988). +;;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Author: Olin Shivers ;; Keyword: processes, lisp diff -r 93730fc2e7c3 -r 6295ac3be480 lisp/shell.el --- a/lisp/shell.el Tue Aug 04 05:05:40 1992 +0000 +++ b/lisp/shell.el Tue Aug 04 05:07:43 1992 +0000 @@ -1,6 +1,5 @@ -;;; shell.el --- general command interpreter in a window stuff - -;;; Copyright Olin Shivers (1988). +;;; shell.el --- specialized comint.el for running the shell. +;;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Author: Olin Shivers ;; Keywords: processes