aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)