Force package names to be read in the KEYWORD package.

This commit is contained in:
Dimitri Fontaine 2014-11-10 01:17:06 +01:00
parent 03bba5f486
commit e2f6dba107

View File

@ -2,7 +2,7 @@
;;; Tools to query the MySQL Schema to reproduce in PostgreSQL
;;;
(in-package pgloader.mysql)
(in-package :pgloader.mysql)
(defvar *connection* nil "Current MySQL connection")