Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -10/+10 |
| | | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require. | ||||
* | Add tests for mastodon-media.el | Holger Dürer | 2017-05-12 | 1 | -0/+179 |
This also includes tweaks to make Travis happy — tests previously did pass on my laptop but Travis's environment is different. |