diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-25 15:44:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-25 15:44:54 -0700 |
commit | 0221c15789fc87dc41c48598c772a947a0a5620d (patch) | |
tree | 4308f9ee4a971151eeabbdb2fdfecfd3365813e3 /ChangeLog | |
parent | 55e6dc2691bfaa898e3d999e809aebc461a816bc (diff) | |
download | txr-0221c15789fc87dc41c48598c772a947a0a5620d.tar.gz txr-0221c15789fc87dc41c48598c772a947a0a5620d.tar.bz2 txr-0221c15789fc87dc41c48598c772a947a0a5620d.zip |
Introducing mlet macro.
* eval.c (me_mlet): New static function.
(eval_init): Registered mlet macro.
* txr.1: Documented mlet.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-04-25 Kaz Kylheku <kaz@kylheku.com> + Introducing mlet macro. + + * eval.c (me_mlet): New static function. + (eval_init): Registered mlet macro. + + * txr.1: Documented mlet. + +2015-04-25 Kaz Kylheku <kaz@kylheku.com> + * lib.c (symbol_package): If the argument is nil, return the user package directly, not the value of the *user-package* variable. |