mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
* Fix truncated warnings (bug#47024)
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Bind `warning-fill-column' to `most-positive-fixnum'.
This commit is contained in:
parent
79c83f79c5
commit
fe1c081c38
1 changed files with 2 additions and 1 deletions
|
|
@ -3882,7 +3882,8 @@ display a message."
|
|||
comp-eln-load-path ',comp-eln-load-path
|
||||
comp-native-driver-options
|
||||
',comp-native-driver-options
|
||||
load-path ',load-path)
|
||||
load-path ',load-path
|
||||
warning-fill-column most-positive-fixnum)
|
||||
,comp-async-env-modifier-form
|
||||
(message "Compiling %s..." ,source-file)
|
||||
(comp--native-compile ,source-file ,(and load t))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue