]> git.eshelyaron.com Git - emacs.git/commit
Don't fill byte-compilation warnings in batch mode
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 6 Dec 2021 01:23:02 +0000 (02:23 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 6 Dec 2021 01:23:02 +0000 (02:23 +0100)
commit2454f9876d647453d5e0d8e4aa2260f9254978c8
treec22b86db7f27a2fca375553538d3a538e3096e8b
parent77de40aed31d7c12569d05474f85e1d70b55d35e
Don't fill byte-compilation warnings in batch mode

* lisp/emacs-lisp/warnings.el (display-warning): Don't break up
byte-compilation into several lines when in batch mode, because
that makes it difficult for some tools to parse them (bug#52281).
lisp/emacs-lisp/warnings.el