Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't inhibit EOL conversion for oauth2.el.
oauth2.el internally calls url package, which loads saved cookie file. The file has file variables and saved as DOS EOL on Windows. When EOL conversion is inhibited, loading such file fails. As workaround, explicitly enable EOL conversion in calling oauth2 functions explicitly * sasl-xoauth2.el (sasl-xoauth2-refresh-access) (sasl-xoauth2-response): As above.
- Loading branch information