Mercurial > emacs
changeset 925:6295ac3be480
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Aug 1992 05:07:43 +0000 |
parents | 93730fc2e7c3 |
children | faa1d84dfe50 |
files | lisp/comint.el lisp/progmodes/inf-lisp.el lisp/shell.el |
diffstat | 3 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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 <shivers@cs.cmu.edu> ;; Keyword: processes, lisp
--- 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 <shivers@cs.cmu.edu> ;; Keywords: processes