diff options
author | Sean Allred <code@seanallred.com> | 2014-11-11 08:46:53 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-11 08:46:53 -0500 |
commit | 28500694aa199c1a1bb496067ffd956bb8a9f3a9 (patch) | |
tree | e5c1e63db1c54ed97a2f26e0ccfba2599dc3d24f | |
parent | 2e9b78adcb7f10c6ef645db3f11e6e444acc26e3 (diff) |
Use correct function name
-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 98f3a7c..0b72365 100644 --- a/sx-encoding.el +++ b/sx-encoding.el @@ -101,7 +101,7 @@ See `gzip-check-magic' for details." (set-buffer-multibyte nil) (insert-file-contents-literally file nil 0 2) (buffer-string)))) - (gzip-check-magic first-two-bytes))) + (sx-encoding-gzipped-p first-two-bytes))) (provide 'sx-encoding) ;;; sx-encoding.el ends here |