bug#3736: 23.1.50; Please use null-device instead of /dev/null
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Lennart Borgman <[email protected]> writes: > There are nearly a hundred places in Emacs lisp sources where > /dev/null is used instead of null-device. Please convert those to use > null-device so that it gets system-independent. (I wonder what to do > with those in Tramp.) On W32 systems, null-device is "NUL". Not useful for Tramp, it needs "/dev/null" on remote machines. Best regards, Michael.