mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Use /dev/null instead of the Windows "nul" in flymake example
Fixes: debbugs:8715
This commit is contained in:
parent
1b5eaeb36c
commit
064e2d087e
@ -1,3 +1,8 @@
|
||||
2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* flymake.texi (Example -- Configuring a tool called via make):
|
||||
Use /dev/null instead of the Windows "nul" (bug#8715).
|
||||
|
||||
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* widget.texi (Setting Up the Buffer): Remove mention of the
|
||||
|
@ -483,7 +483,7 @@ our case this target might look like this:
|
||||
|
||||
@verbatim
|
||||
check-syntax:
|
||||
gcc -o nul -S ${CHK_SOURCES}
|
||||
gcc -o /dev/null -S ${CHK_SOURCES}
|
||||
@end verbatim
|
||||
|
||||
The format of error messages reported by @code{gcc} is already
|
||||
|
Loading…
Reference in New Issue
Block a user