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

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

bug#54648: 27.2; Cannot autoload iter-defun


From: Leo Liu
Subject: bug#54648: 27.2; Cannot autoload iter-defun
Date: Thu, 31 Mar 2022 15:41:19 +0800

I just discovered that autoload is broken in the following example:

  ;;;autoload
  (iter-defun i () (iter-yield 1))

The form is copied verbatim to the output and fails because of no
lexical-binding.





reply via email to

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