![]() Currently `(make-readtable #f #\a 'dispatch-macro)` produces the error message ``` ; make-readtable: expected procedure argument after symbol argument ; given: 'dispatch-macro ``` which is very confusing, because it sounds like `'dispatch-macro` is incorrect, but it is in fact correct already. This PR adjusts the error message to: ``` ; make-readtable: expected procedure argument after symbol argument ; symbol: 'dispatch-macro ``` which is the convention that is already used when the mode argument is not given. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |