diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 14:23:14 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 14:23:14 -0500 |
commit | b3bfa272a9e27f0e87c0a815520221ef1dbf789f (patch) | |
tree | 54867a156b4557d472fd0fb0bbef681122c4d023 /sx-encoding.el | |
parent | de0f242552610ed2dcca537bd9843c4d798bfc8f (diff) | |
parent | b2623682e9ce5e12615f792cd63197c46db60e00 (diff) |
Merge pull request #116 from vermiculus/hotfix
Hotfixes
Diffstat (limited to 'sx-encoding.el')
-rw-r--r-- | sx-encoding.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-encoding.el b/sx-encoding.el index f683615..0e66677 100644 --- a/sx-encoding.el +++ b/sx-encoding.el @@ -1,4 +1,4 @@ -;;; sx-encoding.el --- encoding for stack-mode +;;; sx-encoding.el --- encoding ;; Copyright (C) 2014 Sean Allred @@ -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) |