aboutsummaryrefslogtreecommitdiff
path: root/sx-encoding.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:02:24 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:02:24 -0500
commit1e730aa1b56f5343629225f60ec9c04f4dc4b703 (patch)
treef45b8e1e3da4f5d856b98a63a76990682c261223 /sx-encoding.el
parent80822b712ca78f0f7e2ceb24a1c1342f2269b851 (diff)
Fix #114
Diffstat (limited to 'sx-encoding.el')
-rw-r--r--sx-encoding.el2
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)