Re: [PATCH] Use lexical-binding cookie in some trivial files

2021-01-24 Thread Kyle Meyer
Stefan Kangas writes: > I'm trying to reduce the number of files in the Emacs source tree where > lexical-binding is nil. It would be nice if we could fix org-version.el > and org-install.el, like in the attached patch. Applied (a50a42cea). Thanks.

[PATCH] Use lexical-binding cookie in some trivial files

2021-01-23 Thread Stefan Kangas
Kangas Date: Sun, 24 Jan 2021 02:05:02 +0100 Subject: [PATCH] Use lexical-binding cookie in some trivial files * mk/org-fixup.el (org-make-org-version): Add lexical-binding cookie to autogenerated files. * lisp/org-install.el: Use lexical-binding. --- lisp/org-install.el | 2 +- mk/org-fixup.el