X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=console.lisp;fp=console.lisp;h=77922d151f8bdc289214df12781fcb48f30bfe79;hp=4747f6aab10111bb961489831e2a2235be3b5d3a;hb=c8d30e413138f2463ba99a531df2c301cadb206a;hpb=b77e1b1e635c7c29fd0ece180526d9ed31fc63f0 diff --git a/console.lisp b/console.lisp index 4747f6a..77922d1 100644 --- a/console.lisp +++ b/console.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: console.lisp,v 1.2 2003/06/25 20:13:36 kevin Exp $ +;;;; $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. @@ -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