1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Merge branch 'master' into feature/igc

This commit is contained in:
Pip Cet 2025-07-09 15:33:20 +00:00
commit 51dd41aeee
205 changed files with 5828 additions and 2642 deletions

View file

@ -3363,7 +3363,7 @@ Prepare every function for final compilation and drive the C back-end."
nil ".el"))
(default-directory invocation-directory))
(with-temp-file temp-file
(insert ";; -*-coding: utf-8-emacs-unix; -*-\n")
(insert ";; -*- coding: utf-8-emacs-unix; lexical-binding: t -*-\n")
(mapc (lambda (e)
(insert (prin1-to-string e)))
expr))