X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=console.lisp;h=75feac4f905eada91c9f711998c245c0ddc5dba9;hp=4747f6aab10111bb961489831e2a2235be3b5d3a;hb=888acd079f2e1350ba5f034cb5c93382311e3ff3;hpb=b50ea2bfdae861ee682a6493ee20e4b1ef4db110 diff --git a/console.lisp b/console.lisp index 4747f6a..75feac4 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,8 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: console.lisp,v 1.2 2003/06/25 20:13:36 kevin Exp $ -;;;; +;;;; $Id$ +;;;;a ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development, Inc. ;;;; @@ -17,7 +17,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :kmrcl) +(in-package #:kmrcl) (defvar *console-msgs* t) @@ -27,7 +27,7 @@ "Format output to console" (when *console-msgs* (setq template (concatenate 'string "~&;; " template "~%")) - (apply #'format t template args)))) + (apply #'format t template args))) (defun cmsg-c (condition template &rest args) "Push CONDITION keywords into *console-msgs-types* to print console msgs