Removed mention of old package system from tutorial.lisp.
authorVladimir Sedach <vsedach@gmail.com>
Mon, 20 Aug 2007 21:08:16 +0000 (21:08 +0000)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 20 Aug 2007 21:08:16 +0000 (21:08 +0000)
docs/tutorial.lisp

index 458279b..8b6cebb 100644 (file)
 
 (in-package :js-tutorial)
 
-;;; Since we will not be using ParenScript's package system for this
-;;; tutorial, disable it for now.
-
-(setf *enable-package-system* nil)
-
 ;;; The next command starts the webserver on the port 8000.
 
 (start :port 8000)