From: Kevin Rosenberg Date: Tue, 4 Aug 2009 06:10:21 +0000 (-0600) Subject: add package name to function invocation X-Git-Url: http://git.kpe.io/?p=md5.git;a=commitdiff_plain;h=9b04835be5667b2d826d4f300df47a0db16fbf1e add package name to function invocation --- diff --git a/debian/README.Debian b/debian/README.Debian index dc21552..a7d36cc 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,8 @@ Installing md5 into your CL implementation that uses Debian's Common Lisp Controller is easy. Just enter -(require 'md5) +(clc:require 'md5) and a precompiled version of md5 should be loaded. + + -- Kevin M. Rosenberg , Tue, 4 Aug 2009 00:09:59 -0600