diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 06:57:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 06:57:48 -0700 |
commit | ae644e2046349d2fdb83da88a33bedb565b99dce (patch) | |
tree | 89b837c6b5cf2e645d20b05731e85186a72050d0 /stdlib/doc-syms.tl | |
parent | 3c4bf5fa931c0620473efe8530ed2de786292af5 (diff) | |
download | txr-ae644e2046349d2fdb83da88a33bedb565b99dce.tar.gz txr-ae644e2046349d2fdb83da88a33bedb565b99dce.tar.bz2 txr-ae644e2046349d2fdb83da88a33bedb565b99dce.zip |
New function: macroexpand-params.
* stdlib/pmac.tl (macroexpand-params): New function,
implemented using newly exposed sys:expand-param-macro.
* autoload.c (pmac_set_entries): Trigger pmac.tl autload
on macroexpand-params symbol.
* eval.c (eval_init): Register existing expand_param_macro
function as sys:expand-param-macro.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 5cc46e6b..d6c001c1 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1186,6 +1186,7 @@ ("macroexpand-1" "N-02ED5471") ("macroexpand-1-lisp1" "N-01E62179") ("macroexpand-lisp1" "N-01E62179") + ("macroexpand-params" "N-037EB49A") ("macrolet" "N-00AC12C0") ("madv-dontneed" "N-027D1E84") ("madv-normal" "N-027D1E84") |