aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-08-04 05:07:43 +0000
committerRichard M. Stallman <[email protected]>1992-08-04 05:07:43 +0000
commit5336e8290129e4d8f8c711ef7324a796205f1230 (patch)
treee1c0b38c74472e7888f116bdaf3c9cc5892af6d4 /lisp
parent430c3bab27acee6fc69acbf4dfc92686f9ae6bf6 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-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 957fafda67..0ae0a22775 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 <[email protected]>
;; 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 aeb828c8b4..820ae27389 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 <[email protected]>
;; Keyword: processes, lisp
diff --git a/lisp/shell.el b/lisp/shell.el
index a8277da845..ad381ac1ef 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 <[email protected]>
;; Keywords: processes