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

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

Re: [elisp] Defining a local function>


From: F. Xavier Noria
Subject: Re: [elisp] Defining a local function>
Date: Sat, 18 Aug 2001 00:08:30 +0200

Fabrice Bauzac wrote:

> I want something like
> 
> (let ((my-fun (lambda (x y) (+ x y))))
>   ...
>   (my-fun 4 5)
>   ...)
> 
> It doesn't work.  How should I do that?

(funcall my-fun 4 5)

-- fxn




reply via email to

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