Name
safe-load -- Load file FNAME while trapping and displaying errors.
Synopsis
(safe-load fname)
Description
Load file fname while trapping and displaying errors.
Each individual top-level-expression is evaluated separately and all
errors are trapped and displayed. You should use this procedure if
you need to make sure most of a file loads, even if it may contain
errors.