diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-05-15 07:03:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-05-15 07:03:44 -0700 |
commit | 7b0341d13bab3e7c2202327d56d150e2c7887045 (patch) | |
tree | 0974a29fb73e2573b9729b2133627d1be30893a6 /ChangeLog | |
parent | f1cb385c90eb80200c36fa2628e023958472ec39 (diff) | |
download | txr-7b0341d13bab3e7c2202327d56d150e2c7887045.tar.gz txr-7b0341d13bab3e7c2202327d56d150e2c7887045.tar.bz2 txr-7b0341d13bab3e7c2202327d56d150e2c7887045.zip |
Variables are now deletable places, if they are global.
* place.tl (sys:sym-delete-expander): New function.
(get-delete-expander): Retrieve delete expander for
symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2015-05-15 Kaz Kylheku <kaz@kylheku.com> + Variables are now deletable places, if they are global. + + * place.tl (sys:sym-delete-expander): New function. + (get-delete-expander): Retrieve delete expander for + symbols. + +2015-05-15 Kaz Kylheku <kaz@kylheku.com> + * eval.c (symbol_value): Retrieve the binding of a symbol macro also. (boundp): Return t for symbol macros. |