Cleanup: Remove an unnecessary special case in lcount() for NIL.
This is already handled by the is_list() case. I suspect that, at one time, is_list didn't check for NULL before looking at the node type.
Authored by: david_costanzo 2026-06-06
Parent: [r6269]
Child: [r6271]