From 5beec9280b54fdad3c4f16300331f69b6511fded Mon Sep 17 00:00:00 2001
From: pc <pc@p-cos.net>
Date: Tue, 3 Jan 2006 11:30:36 +0000
Subject: [PATCH] Removed a spurious #:.

darcs-hash:6e289634529befc26164910d8301131c6957e36a
---
 cx-dynascope.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cx-dynascope.lisp b/cx-dynascope.lisp
index 70a40d0..019c37e 100644
--- a/cx-dynascope.lisp
+++ b/cx-dynascope.lisp
@@ -1,4 +1,4 @@
-(in-package #:contextl)
+(in-package :contextl)
 
 (defun make-special-symbol ()
   "creates a fresh unique special symbol"
-- 
GitLab