From 28500694aa199c1a1bb496067ffd956bb8a9f3a9 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Tue, 11 Nov 2014 08:46:53 -0500 Subject: Use correct function name --- sx-encoding.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-encoding.el') 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 -- cgit v1.2.3