]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix truncated warnings (bug#47024)
authorAndrea Corallo <akrl@sdf.org>
Wed, 10 Mar 2021 14:50:58 +0000 (15:50 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 10 Mar 2021 14:50:58 +0000 (15:50 +0100)
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Bind
`warning-fill-column' to `most-positive-fixnum'.

lisp/emacs-lisp/comp.el

index 81ab361fff7b5c5973c9eeff5b58cb61de282600..3d2a345e21015a2534e94e5c015c968654d274e4 100644 (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))))