add package name to function invocation
authorKevin Rosenberg <kevin@rosenberg.net>
Tue, 4 Aug 2009 06:10:21 +0000 (00:10 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Tue, 4 Aug 2009 06:10:21 +0000 (00:10 -0600)
debian/README.Debian

index dc2155235158be2be482909c204dde05426fd09b..a7d36ccc6a7bc2a9ed50cc74717a2cd99e45875d 100644 (file)
@@ -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 <kmr@debian.org>, Tue,  4 Aug 2009 00:09:59 -0600