diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 12:02:24 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 12:02:24 -0500 |
commit | 1e730aa1b56f5343629225f60ec9c04f4dc4b703 (patch) | |
tree | f45b8e1e3da4f5d856b98a63a76990682c261223 | |
parent | 80822b712ca78f0f7e2ceb24a1c1342f2269b851 (diff) |
Fix #114
-rw-r--r-- | sx-encoding.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-encoding.el b/sx-encoding.el index f683615..0e8a5e2 100644 --- a/sx-encoding.el +++ b/sx-encoding.el @@ -145,7 +145,7 @@ See URL `http://www.gzip.org/zlib/rfc-gzip.html'." "Check if BUFFER is gzip-compressed. See `sx-encoding-gzipped-p'." (with-current-buffer buffer - (sx-encoding-gzip-check-magic + (sx-encoding-gzipped-p (buffer-string)))) (defun sx-encoding-gzipped-file-p (file) |