bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7848: 23.2.91; Can't build with MinGW


From: Stefan Monnier
Subject: bug#7848: 23.2.91; Can't build with MinGW
Date: Sat, 15 Jan 2011 23:41:51 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Sorry.  Please try replacing this:

>   SET_SYMBOL_VAL (XSYMBOL (Qlibpng_version), make_number (PNG_LIBPNG_VER));
[...]
>   XSYMBOL (Qlibpng_version)->value = make_number (PNG_LIBPNG_VER);

I would recommend to stay away from such low-level code unless you're
writing code that tries to implement part of the binding-semantics
of Emacs.  I.e. just use Fset.


        Stefan





reply via email to

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