﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
387	import without warnings	Alex Shinn		"Currently when you import from a module which hasn't
been required yet you get runtime warnings, like:

  Warning: the following toplevel variables are referenced but unbound:
    json#json-write (in json-write)
    json#json-write (in json-write)

For implementing autoload it would be convenient to
be able to suppress this warning, such as with

  (import-without-warning <import-spec>)

or

  (import-unbound <import-spec>)
"	enhancement	closed	minor	4.9.0	expander	4.6.x	worksforme			
