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

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

Re: special forms


From: John Paul Wallington
Subject: Re: special forms
Date: Wed, 18 Apr 2007 01:30:51 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (windows-nt)

A Soare <alinsoar@voila.fr> writes:

> I do not find in Feval where the `special forms' are treated. Can somebody 
> help me please?

It looks like from line 2272 or so in the current sources of eval.c:

      if (XSUBR (fun)->max_args == UNEVALLED)
        {
          backtrace.evalargs = 0;
          val = (*XSUBR (fun)->function) (args_left);
          goto done;
        }

Does that help?


reply via email to

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