emacs-devel
[Top][All Lists]
Advanced

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

Re: region_limit fix


From: Stefan Monnier
Subject: Re: region_limit fix
Date: Fri, 29 Jun 2012 12:48:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>   return make_number (mark < BEGV ? BEGV : mark > ZV ? ZV : m);
                                                             ^^^
                                                             mark
> Lisp_Object 'm' is compared with ptrdiff_t.

Indeed, thank you for catching and fixing it.  I need to change my
config to use the new struct-lisp-type, obviously.


        Stefan



reply via email to

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