quicklisp-client
quicklisp-client copied to clipboard
Make `:verbose t` bind standard verbosity control variables to T
Absent :verbose t, quickload binds *compile-verbose* and *load-verbose* to nil. When it's present, it simply doesn't bind anything, rather than binding them to T. Since the default initial value is implementation-defined, it would be better to explicitly bind them to T rather than leaving it up to the implementation settings.