From 47b98ac2906517d48f1f3273ff9be3aaa423e5bc Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 12 Jul 2009 08:01:51 +0200 Subject: [PATCH] remind self to consider packaging to avoid namespace pollution. Signed-off-by: AJ Rossini --- examples/read-me.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/read-me.lisp b/examples/read-me.lisp index 2e2b416..a10ef2d 100644 --- a/examples/read-me.lisp +++ b/examples/read-me.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-11 13:48:39 tony> +;;; Time-stamp: <2009-07-12 07:55:04 tony> ;;; Creation: <2009-03-12 17:14:56 tony> ;;; File: read-me.lisp ;;; Author: AJ Rossini @@ -28,3 +28,6 @@ ;; Be prepared to have a clean-up function (or attach/wrap a cleanup ;; hook. + +;; 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. -- 2.11.4.GIT