Skip to content

`load :error nil` does not work

This must not throw an error:

> (load "no existe" :error nil)
IOError: could not find load file: no existe
#1 *terminal-io*:3 #<environment1[root:80]{...}>
   (load "no existe" :error nil)

Before doing this, check the definition of load in the CLHS.

Edited by Juergen Nickelsen