X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=console.lisp;h=acd7723cb84abd4772dddc82e63d82bed183deec;hb=f010b1701edc118c73e9096fd3f8e05d1daa3c68;hp=77922d151f8bdc289214df12781fcb48f30bfe79;hpb=c8d30e413138f2463ba99a531df2c301cadb206a;p=kmrcl.git diff --git a/console.lisp b/console.lisp index 77922d1..acd7723 100644 --- a/console.lisp +++ b/console.lisp @@ -1,4 +1,4 @@ -;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -* ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: console.lisp,v 1.3 2003/07/01 22:16:40 kevin Exp $ -;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development, Inc. ;;;; @@ -17,7 +15,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :kmrcl) +(in-package #:kmrcl) (defvar *console-msgs* t)