aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-04 16:36:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-04 16:36:59 -0700
commitc4611b8d420a67ab32e8c7a3d81dcb1104bc96ed (patch)
tree0da4e5f4a0e6b91855d6b111121d599938f69f45 /src/property.lisp
parent4a599895e57a7dd8a6162390487b5621e2c23e57 (diff)
downloadconsfigurator-c4611b8d420a67ab32e8c7a3d81dcb1104bc96ed.tar.gz
MAP-PROPSPEC-PROPAPPS: trivial-macroexpand-all -> agnostic-lizard
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 8b38db9..c6512cd 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -133,22 +133,10 @@
(defvar *known-properties* nil
"All properties whose definitions have been loaded.")
-(defvar *known-property-macrolets* nil
- "Macro definitions for all known properties as used in MAP-PROPSPEC-PROPAPPS.
-
-This variable exists just to avoid consing these forms over and over again;
-see MAP-PROPSPEC-PROPAPPS for how they are used.")
-
(defun record-known-property (psym)
(unless (get psym 'isprop)
(setf (get psym 'isprop) t)
- (push psym *known-properties*)
- (push `(,psym (&rest args)
- (let ((gensym (gensym)))
- (push (list* gensym ',psym args)
- *replaced-propapps*)
- gensym))
- *known-property-macrolets*)))
+ (push psym *known-properties*)))
(defun dump-properties-for-emacs (from to)
(let ((put-forms