From 0cf6b4386f0fd0424ae47188617e24e781586ed1 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 10 Feb 2010 09:27:54 +0100 Subject: [PATCH] hints on directory standards. Signed-off-by: AJ Rossini --- examples/read-me.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/read-me.lisp b/examples/read-me.lisp index a10ef2d..378474c 100644 --- a/examples/read-me.lisp +++ b/examples/read-me.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-12 07:55:04 tony> +;;; Time-stamp: <2010-02-10 09:17:34 tony> ;;; Creation: <2009-03-12 17:14:56 tony> ;;; File: read-me.lisp ;;; Author: AJ Rossini @@ -15,9 +15,7 @@ ;;; This organization and structure is new to the 21st Century ;;; version.. Think, "21st Century Schizoid Man". -(in-package :ls-user) ; we do this in the CLS user playground, so we - ; have access to example data. - +(in-package :cls-examples) ;;; Guidelines: @@ -31,3 +29,5 @@ ;; Consider the use of a demo or example package to avoid pollution of ;; the ls-user namespace to prevent the ls-user from becoming a luser. + +;; use the ##-activity.lisp naming scheme to drive what we load. -- 2.11.4.GIT