From bb2607cdac6214d76fe85442e58f1ea6bcc914ae Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 31 Jul 2008 12:20:50 +0200 Subject: Add READ, READ-FROM-STRING, and READ-PRESERVING-WHITESPACE. --- init.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 36d0b3e..876ff74 100644 --- a/init.lisp +++ b/init.lisp @@ -24,6 +24,7 @@ (load "destructuring-bind.lisp") (load "defun-1.lisp") (load "list-functions.lisp") +(load "reader.lisp") (load "control-flow.lisp") (load "types.lisp") (load "list-functions-2.lisp") -- cgit v1.2.3