added *scope*

This commit is contained in:
David Botton 2024-06-14 18:05:21 -04:00
parent bdf966dd69
commit c78061b811
3 changed files with 9 additions and 3 deletions

View file

@ -20,6 +20,8 @@ clog-builder window.")
(defparameter *start-dir* nil "Set the directory the dir win should start with")
(defparameter *client-side-movement* nil "Use javascript for window movement")
(defvar *scope* nil "The last evaluated scope object")
;; Per instance app data
(defclass builder-app-data ()