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: Alexander Shukaev
Subject: Re: Refer to List of Arguments in Emacs Lisp Function
Date: Thu, 13 Nov 2014 09:35:01 +0100

>
> (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.


reply via email to

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