Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comments | Sean Allred | 2014-11-08 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into initialization | Sean Allred | 2014-11-08 | 1 | -1/+0 |
| | | | | | Conflicts: sx-request.el | ||||
* | Abstract out method calls | Sean Allred | 2014-11-08 | 1 | -0/+48 |
Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'. |