]> git.eshelyaron.com Git - emacs.git/commit
Add space before messsage in byte compiler warnings
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
Sun, 19 Jan 2020 01:02:28 +0000 (02:02 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 19 Jan 2020 01:02:28 +0000 (02:02 +0100)
commit0e577923956e0025ad764f5ced76d5f4e1a9e904
treeac5ca7d251ba3710aa619b0b8b51197de083d2ce
parentb222e1aaf968b9c8da5313906ab7536a868020be
Add space before messsage in byte compiler warnings

According to the GNU coding standards (info "(standards) Errors"):
> If you want to mention the column number, use one of these formats:
>      SOURCE-FILE-NAME:LINENO:COLUMN: MESSAGE
>      SOURCE-FILE-NAME:LINENO.COLUMN: MESSAGE

* lisp/emacs-lisp/bytecomp.el (byte-compile-warning-prefix): Add space
before message in byte compiler warnings to comply with the GNU coding
standards.  (Bug#18969)
lisp/emacs-lisp/bytecomp.el