aboutsummaryrefslogtreecommitdiff
path: root/sx-encoding.el
Commit message (Collapse)AuthorAgeFilesLines
* Replace ^M with \rArtur Malabarba2014-11-131-1/+1
| | | | ^M isn't wrong, I'm just a little paranoid.
* Introduce content cleaning functionsSean Allred2014-11-121-0/+12
|
* Use correct function nameSean Allred2014-11-111-1/+1
|
* Proper GZIP testingSean Allred2014-11-101-0/+29
| | | | | | | Test for a GZIP'd using magic bytes. See the appropriate answer on Emacs.SE (1) for details. (1): http://emacs.stackexchange.com/a/2978
* Consolidate keywords, update emailsSean Allred2014-11-081-2/+1
|
* Refactor to use `sx-` prefixSean Allred2014-11-071-0/+83
A file stackexchange.el should be added for user-facing functions.