X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Finitialize.lisp;h=ffa08b29d7331fe6bb2a94d12c823bc57e0f1a12;hb=a1b065f5ecfab0f477dd635d701249c0854523a9;hp=7adf1b5e7ddff8c75db1ef3d5442d5b67199fb4f;hpb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;p=clsql.git diff --git a/base/initialize.lisp b/base/initialize.lisp index 7adf1b5..ffa08b2 100644 --- a/base/initialize.lisp +++ b/base/initialize.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: May 2002 ;;;; -;;;; $Id: initialize.lisp,v 1.2 2002/10/16 11:51:04 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -24,7 +24,7 @@ "Contains a list of database types which have been defined/loaded.") (defmethod database-type-load-foreign (x) - (error "No generic function defined for database-type-load-foreign with parameters of %S" x)) + (error "No generic function defined for database-type-load-foreign with parameters of ~S" x)) (defmethod database-type-load-foreign :after (database-type) (when (database-type-library-loaded database-type) @@ -35,8 +35,7 @@ (mapc #'database-type-load-foreign *loaded-database-types*)) (defvar *default-database-type* nil - "Specifies the default type of database. Currently only :mysql is -supported.") + "Specifies the default type of database.") (defvar *initialized-database-types* nil "Contains a list of database types which have been initialized by calls