summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-08-04 05:07:43 +0000
committerRichard M. Stallman <rms@gnu.org>1992-08-04 05:07:43 +0000
commit5336e8290129e4d8f8c711ef7324a796205f1230 (patch)
treee1c0b38c74472e7888f116bdaf3c9cc5892af6d4
parent430c3bab27acee6fc69acbf4dfc92686f9ae6bf6 (diff)
downloademacs-5336e8290129e4d8f8c711ef7324a796205f1230.tar.gz
*** empty log message ***
-rw-r--r--lisp/comint.el4
-rw-r--r--lisp/progmodes/inf-lisp.el3
-rw-r--r--lisp/shell.el5
3 files changed, 4 insertions, 8 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 957fafda67e..0ae0a22775c 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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 <shivers@cs.cmu.edu>
;; 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 --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index aeb828c8b43..820ae27389e 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -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 <shivers@cs.cmu.edu>
;; Keyword: processes, lisp
diff --git a/lisp/shell.el b/lisp/shell.el
index a8277da845d..ad381ac1ef0 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -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 <shivers@cs.cmu.edu>
;; Keywords: processes