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

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

Re: lexical-let void function


From: Óscar Fuentes
Subject: Re: lexical-let void function
Date: Sun, 27 Mar 2022 00:42:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

GNU Hacker <project@gnuhacker.org> writes:

> I find `lexical-let' func in a old emacs script, but it is a void
> function in my emacs version 28.0.92
>
> maybe require it any emacs package?

(require 'cl)

Emacs now provides "native" lexical binding. See the "Lexical binding"
node in the Elisp manual.




reply via email to

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