emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp fe1c081 1/2: * Fix truncated warnings (bug#47024)


From: Andrea Corallo
Subject: feature/native-comp fe1c081 1/2: * Fix truncated warnings (bug#47024)
Date: Wed, 10 Mar 2021 10:17:55 -0500 (EST)

branch: feature/native-comp
commit fe1c081c3881421841b1e1ce4847035fdcdd457b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Fix truncated warnings (bug#47024)
    
        * lisp/emacs-lisp/comp.el (comp-run-async-workers): Bind
        `warning-fill-column' to `most-positive-fixnum'.
---
 lisp/emacs-lisp/comp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 81ab361..3d2a345 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]