emacs-devel
[Top][All Lists]
Advanced

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

Re: Type-error in C code


From: Johan Bockgård
Subject: Re: Type-error in C code
Date: Sat, 13 Nov 2010 21:38:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Jan Djärv <address@hidden> writes:

> However, I fixed the code to use make_fixnum_or_float anyway.

> +                         value != 0
> +                         ? make_fixnum_or_float (value) : Qnil)));

This part should be

    ... ? Fcons (..., Qnil) : Qnil



reply via email to

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