diff --git a/source/clog-base.lisp b/source/clog-base.lisp index d217556..fd7691a 100644 --- a/source/clog-base.lisp +++ b/source/clog-base.lisp @@ -14,6 +14,8 @@ ;;; methods to retrieve connection-data (data that is associated with the ;;; current page regardless of object or thread of execution is lisp). +(push :clog *features*) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Implementation - clog-obj ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;