emacs-devel
[Top][All Lists]
Advanced

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

Re: ELisp function prototypes and local function name


From: Stephen J. Turnbull
Subject: Re: ELisp function prototypes and local function name
Date: Thu, 07 Apr 2011 12:27:52 +0900

Ted Zlatanov writes:

 > But it doesn't correspond to the advertised prototype
 > "(mapc FUNCTION SEQUENCE)" and loses the argument names.

Oh well.

(function-arglist 'mapc) => (mapc FUNCTION SEQUENCE &rest SEQUENCES)

where I live.  I think Aidan Kehoe knows most about that code
currently, but I don't know what the assignment status is.  BTW,

(flet ((foo (bar &optional baz))) (function-arglist 'foo)) => (foo BAR 
&optional BAZ)

works as expected too (not too surprising, I suppose).



reply via email to

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