summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-15 07:03:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-15 07:03:44 -0700
commit7b0341d13bab3e7c2202327d56d150e2c7887045 (patch)
tree0974a29fb73e2573b9729b2133627d1be30893a6 /ChangeLog
parentf1cb385c90eb80200c36fa2628e023958472ec39 (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77a01b0d..82fcffbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.