From a80e032344c866cf0191a8ba37a9f45ad77687ae Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 30 Aug 1991 14:29:05 +0000 Subject: [PATCH] Removed redundant $header. --- code/lispinit.lisp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/lispinit.lisp b/code/lispinit.lisp index 201cf6636..e4e5b0099 100644 --- a/code/lispinit.lisp +++ b/code/lispinit.lisp @@ -7,12 +7,10 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.21 1991/02/14 18:55:56 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.22 1991/08/30 14:29:05 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.21 1991/02/14 18:55:56 ram Exp $ -;;; ;;; Initialization stuff for CMU Common Lisp, plus some other random functions ;;; that we don't have any better place for. ;;; -- GitLab