From 6f89299fe307443fcd41548201f836f0382760ea Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Apr 2004 20:33:12 +0000 Subject: [PATCH] r8979: use uninterned symbol --- db-mysql/mysql-loader.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index cafa2e6..40ae8f6 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -16,7 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :mysql) +(in-package #:mysql) ;;;; Modified by Kevin Rosenberg ;;;; - probe potential directories to find library -- 2.34.1