summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-13 12:37:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-13 12:37:00 -0700
commit17dc6a75c2634be5529915e5030153e28c78832a (patch)
tree97b6210d2119c6a26b68d7e28612a2cb709f903c /ChangeLog
parent80e54b31220f4fdc414d793ff97bbfb127c1d4a1 (diff)
downloadtxr-17dc6a75c2634be5529915e5030153e28c78832a.tar.gz
txr-17dc6a75c2634be5529915e5030153e28c78832a.tar.bz2
txr-17dc6a75c2634be5529915e5030153e28c78832a.zip
* genvim.txr (sortuniq): Remove unnecessary function,
since (sortuniq list) can be done as (sort (uniq list)).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93bc1809..83842ce1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-13 Kaz Kylheku <kaz@kylheku.com>
+
+ * genvim.txr (sortuniq): Remove unnecessary function,
+ since (sortuniq list) can be done as (sort (uniq list)).
+
2014-10-12 Kaz Kylheku <kaz@kylheku.com>
* eval.c (merge_wrap): New static function