On 09/12/2016 05:02 AM, Tino Calancha wrote: > that function is not returning a Lisp object Configuring with --enable-gcc-warnings helps catch typos like that, as GCC complains "no return statement in function returning non-void". I installed the attached patches. The first fixes the problem, the second simplifies the code further.