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

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

Re: Refer to List of Arguments in Emacs Lisp Function


From: Andreas Röhler
Subject: Re: Refer to List of Arguments in Emacs Lisp Function
Date: Thu, 13 Nov 2014 17:58:48 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0

On 13.11.2014 09:35, Alexander Shukaev wrote:

(defun move (&rest args)
   (apply #'do-move args)))


I'm aware of that, but that's not what I'm looking for... I'm interested in
required arguments in the first place.


What about that way:

(cadr (symbol-function 'MY-FUNCTION))



reply via email to

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