When *read-suppress* is t, a read should generally return nil, but it should...
When *read-suppress* is t, a read should generally return nil, but it should respect the EOF options. So (let ((*read-suppress* t)) (with-input-from-string (s ) (read s nil :eof))) should return :eof, but before this patch returns nil
Showing
Please register or sign in to comment