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

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

Function pointer


From: Decebal
Subject: Function pointer
Date: Tue, 14 Apr 2009 00:20:01 -0700 (PDT)
User-agent: G2/1.0

Is it possible to work with function pointers?
The following works:
    (a-function)
but this does not work:
    (setq function 'a-function)
    (function)
this gives wrong number of arguments.


reply via email to

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