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: Lars Magne Ingebrigtsen
Subject: Re: [Emacs-diffs] trunk r113822: Add a test for decompressing gzipped data
Date: Tue, 13 Aug 2013 11:54:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:

> In other words, portable elisp code should really do
>
> (and (fboundp 'zlib-available-p) (zlib-available-p))

Yeah.  But I think that `zlib-available-p' should probably always be
defined.  And return the correct answer, that is.

So it should be move out of the #ifdef HAVE_ZLIB region, although that
requires a bit more rejuggling; what with calling syms_of_decompress
always etc.

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html



reply via email to

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