emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem report #90


From: Andreas Schwab
Subject: Re: Problem report #90
Date: Mon, 17 Jul 2006 20:56:44 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> 2960    if (COMPILEDP (fun))
> 2961      val = funcall_lambda (fun, numargs, args + 1);
> 2962    else
> 2963      {
>
> At conditional (4): "fun == Qunbound" taking true path
> At conditional (16): "fun == Qunbound" taking true path
>
> 2964        if (EQ (fun, Qunbound))
> 2965          Fsignal (Qvoid_function, Fcons (original_fun, Qnil));

Since Fsignal does not return the true path here and similar paths below
are uninteresting.  With this premise there is always an assignment to
val.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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