diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-08-04 05:07:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-08-04 05:07:43 +0000 |
commit | 5336e8290129e4d8f8c711ef7324a796205f1230 (patch) | |
tree | e1c0b38c74472e7888f116bdaf3c9cc5892af6d4 | |
parent | 430c3bab27acee6fc69acbf4dfc92686f9ae6bf6 (diff) | |
download | emacs-5336e8290129e4d8f8c711ef7324a796205f1230.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/comint.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 3 | ||||
-rw-r--r-- | lisp/shell.el | 5 |
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 |