emacs-devel
[Top][All Lists]
Advanced

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

Re: PATCH: Explicitly show how let works on global-variables


From: Stefan Monnier
Subject: Re: PATCH: Explicitly show how let works on global-variables
Date: Tue, 04 Oct 2022 09:43:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> * IIRC most elisp files in Emacs core are now using lexical binding.
         ^^^^
         all

... well, except for

    test/lisp/emacs-lisp/bytecomp-resources/no-byte-compile.el
    test/src/comp-resources/comp-test-funcs-dyn.el
    test/src/lread-resources/lazydoc.el

The first of which is empty (save for a "no-byte-compile" cookie),
the second of which is there specifically to test handling of the old
non-lexical-binding, and the last of which is actually not a `.el` file
but a `.elc` file (not sure why it has a `.el` extension).


        Stefan




reply via email to

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