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

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

Re: Using request.el question: what is function*?


From: Noam Postavsky
Subject: Re: Using request.el question: what is function*?
Date: Sun, 22 Jul 2018 09:55:29 -0400

On 22 July 2018 at 09:42,  <tzach.livyatan@gmail.com> wrote:

> Where do function* macro(?) is coming from? The name makes it very hard to 
> Google this issue.

If you've loaded cl.el, then <f1> f function* RET will tell you. It
looks like the current request.el uses cl-function already.

function* is an alias for ‘cl-function’ in ‘cl.el’.

(function* FUNC)

Introduce a function.
Like normal ‘function’, except that if argument is a lambda form,
its argument list allows full Common Lisp conventions.



reply via email to

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