X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=symbols.lisp;h=7ec505f699e90d5df674d5543dc8ea222238ffea;hp=f2af14bc4430a8935736ab95d3208f7e36b23248;hb=0dc565c13310ce9f59b42b4e4bdd9167e24ca756;hpb=4de7f25a69c218303f170314ac26217770a531ed 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)))