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 c8db544b..a3430a63 100644
--- a/autoload.c
+++ b/autoload.c
@@ -504,7 +504,7 @@ static val tagbody_instantiate(void)
static val pmac_set_entries(val fun)
{
val name[] = {
- lit("define-param-expander"), nil
+ lit("define-param-expander"), lit("macroexpand-params"), nil
};
autoload_set(al_fun, name, fun);
return nil;