Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The last `unless` case of `unicode-tokens-copy-configuration-variables` tries to evaluate variables which may be undefined via `symbol-value`, which leads to an error. This commit adds a check to make sure the variables are only accessed if bound.
- Loading branch information