id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 1276 alist-lib alist-update!/default not useful for adding keys John Foerch Peter Danenberg I noticed that alist-update! and alist-update!/default in alist-lib have call signatures suggestive of being able to add keys to an alist (not just updating existing keys) because they accept a default OLD value if the given key is not found. However, both procedures have an unspecified return value, so it's not clear what the intent was for the case of adding new entries to the alist. If they don't return an updated reference to the head of the list, there is no way to add new entries, and it doesn't make sense to have a DEFAULT in the call signature. defect assigned minor someday extensions 4.10.x alist-lib