1
Fork 0
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:
Andrea Corallo 2021-03-10 15:50:58 +01:00
parent 79c83f79c5
commit fe1c081c38

View file

@ -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))))