diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 81ab361fff7..3d2a345e210 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)))) |