emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r113822: Add a test for decompressing gzipped da


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r113822: Add a test for decompressing gzipped data
Date: Mon, 12 Aug 2013 21:56:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +  (when (and (fboundp 'zlib-available-p)
> +          (zlib-available-p))
> +            (zlib-decompress-region (point-min) (point-max))

Could you clarify the difference between:

   (fboundp 'zlib-available-p)
and
   (zlib-available-p)
and
   (fboundp 'zlib-decompress-region)

IOW, when can they return different values, and why?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]