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:
commit
51dd41aeee
205 changed files with 5828 additions and 2642 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue