Merge from origin/emacs-29
7e1012765c
Fix libwebp check for some webp installationsc2ca009da4
Avoid potential infloop34c14430e9
Don't misindent 'else:' after 'if re.match:' in Python8a2a554192
* Make sure `default-directory' exists before spawning pr...1862e7eb7e
Fix sed expression in install-etc make targetc8ec0017cb
Avoid using bash in the emacsclient desktop filea588937094
Fix documentation of the 'line-height' text property971ded31c4
Add 'declare' specs to with- and without-restriction
This commit is contained in:
commit
5056b8e589
8 changed files with 52 additions and 12 deletions
|
@ -3726,7 +3726,8 @@ Prepare every function for final compilation and drive the C back-end."
|
|||
(temp-file (make-temp-file
|
||||
(concat "emacs-int-comp-"
|
||||
(file-name-base output) "-")
|
||||
nil ".el")))
|
||||
nil ".el"))
|
||||
(default-directory invocation-directory))
|
||||
(with-temp-file temp-file
|
||||
(insert ";; -*-coding: utf-8-emacs-unix; -*-\n")
|
||||
(mapc (lambda (e)
|
||||
|
@ -4023,6 +4024,7 @@ display a message."
|
|||
(comp-log "\n")
|
||||
(mapc #'comp-log expr-strings)))
|
||||
(load1 load)
|
||||
(default-directory invocation-directory)
|
||||
(process (make-process
|
||||
:name (concat "Compiling: " source-file)
|
||||
:buffer (with-current-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue