mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 21:50:50 +00:00
Merge from origin/emacs-28
9db6817d63
Remove uneffective test7af88de410
Mark async worker tmp file as utf-8-emacs-unix (bug#48029) # Conflicts: # test/src/comp-resources/comp-test-45603.el # test/src/comp-tests.el
This commit is contained in:
commit
c516b49daa
3 changed files with 8 additions and 6 deletions
|
@ -3695,7 +3695,7 @@ Prepare every function for final compilation and drive the C back-end."
|
|||
(file-name-base output) "-")
|
||||
nil ".el")))
|
||||
(with-temp-file temp-file
|
||||
(insert ";; -*-coding: nil; -*-\n")
|
||||
(insert ";; -*-coding: utf-8-emacs-unix; -*-\n")
|
||||
(mapc (lambda (e)
|
||||
(insert (prin1-to-string e)))
|
||||
expr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue