[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Thread and closure
From: |
Manuel Giraud |
Subject: |
Re: Thread and closure |
Date: |
Fri, 05 May 2023 15:40:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Emanuel Berg <incal@dataswamp.org> writes:
[...]
> But you can add this to your list:
Thanks,
> ;;; -*- lexical-binding: t -*-
>
> (let ((msg "Hello world!"))
> (defun let-closure ()
> (message "%s" msg) ))
>
> (declare-function let-closure nil)
Is this necessary? Or just to say that 'let-closure' is not defined in
a file?
--
Manuel Giraud