- handler-case had (log-message ...) and t as malformed clauses instead of return value - This caused the error clause to fall outside handler-case, making c undefined - Wrapped success path in progn: write-file + log-message + return t - Error clause (error (c) ...) now properly inside handler-case - Both bugs fixed by same structural change
11 KiB
11 KiB