From ca17649dab6d0d1ed49a3e072827e8324629aa64 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 31 Jul 2008 11:48:46 +0200 Subject: Reader: Add support for dispatching macro characters. --- init.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 7799a5f..36d0b3e 100644 --- a/init.lisp +++ b/init.lisp @@ -18,7 +18,6 @@ (in-package #:common-lisp) -(in-package :common-lisp) (load "util.lisp") (load "defun-0.lisp") (load "list-functions.lisp") @@ -28,4 +27,5 @@ (load "control-flow.lisp") (load "types.lisp") (load "list-functions-2.lisp") -(in-package :common-lisp-user) + +(in-package #:common-lisp-user) -- cgit v1.2.3