﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
224	map allows non-list arguments	Jim Ursetto	felix winkelmann	"If the first list argument to map is not actually a list, map will just return ().  Version: git fd66e1b (master)

#;1> (map (lambda (x) x) 'foo)
()
#;2> (map 'foo 'foo)
()"	defect	closed	critical		core libraries	4.4.x	fixed			
