[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [search] private functions function
From: |
Marco Parrone |
Subject: |
Re: [search] private functions function |
Date: |
Sat, 24 Jul 2004 11:33:47 GMT |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
abel elenas on Sat, 24 Jul 2004 10:48:33 +0200 writes:
> I search a function in emacs who do the same job as let but for a
> functional bind something likes
> (fun-let ((toto (lambda (a) (+ 4 a))))
> (toto 5 6))
>
> anyone know if this exist , and the name of this function ?
See `flet'.
(flet ((say (msg) (message msg)))
(say "hello"))
--
Marco Parrone <marc0@autistici.org> [0x45070AD6]