X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=symbols.lisp;h=7ec505f699e90d5df674d5543dc8ea222238ffea;hb=2fc0a2b38575a33374a6ec06a0d487ac8a7e3ef0;hp=f2af14bc4430a8935736ab95d3208f7e36b23248;hpb=4de7f25a69c218303f170314ac26217770a531ed;p=kmrcl.git diff --git a/symbols.lisp b/symbols.lisp index f2af14b..7ec505f 100644 --- a/symbols.lisp +++ b/symbols.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: symbols.lisp,v 1.1 2003/04/28 23:51:59 kevin Exp $ +;;;; $Id: symbols.lisp,v 1.2 2003/06/06 21:59:30 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :kmrcl) +(in-package #:kmrcl) (defun cl-symbols () (append (cl-variables) (cl-functions)))