|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |