summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.c')
-rw-r--r--autoload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.c b/autoload.c
index e266ed43..7a6cd79d 100644
--- a/autoload.c
+++ b/autoload.c
@@ -220,7 +220,7 @@ static val struct_set_entries(val fun)
lit("defstruct"), lit("qref"), lit("uref"), lit("new"), lit("lnew"),
lit("new*"), lit("lnew*"),
lit("meth"), lit("umeth"), lit("usl"), lit("defmeth"), lit("rslot"),
- lit("define-struct-clause"), nil
+ lit("define-struct-clause"), lit("macroexpand-struct-clause"), nil
};
val vname[] = {
lit("*struct-clause-expander*"), nil