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: Tue, 13 Aug 2013 12:49:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> but I guess we can't have that because we also want to lazy-load the
>> zlib shared library, right?
> As of revision 113823, zlib-decompress-region itself lazy-loads.

Does that mean we can do

    (if (fboundp 'zlib-decompress-region)
        (zlib-decompress-region ...)
      blabla)

?


-- Stefan



reply via email to

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