mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* Fix missing lexical-binding cookie warning on async compilation (bug#77918)
* lisp/emacs-lisp/comp-run.el (comp--run-async-workers): Fix missing lexical-binding cookie warning on async compilation.
This commit is contained in:
parent
48940a5d48
commit
3098d34bfd
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ display a message."
|
|||
(mapcar #'prin1-to-string expr)))
|
||||
(_ (progn
|
||||
(with-temp-file temp-file
|
||||
(insert ";;; -*- lexical-binding: t -*-\n")
|
||||
(mapc #'insert expr-strings))
|
||||
(comp-log "\n")
|
||||
(mapc #'comp-log expr-strings)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue