1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(Man-build-man-command): Use value of null-device,

instead of hard-coding "/dev/null".
This commit is contained in:
Andrew Innes 1999-07-01 19:44:38 +00:00
parent 97a1a46f05
commit 3945a18ace

View File

@ -454,7 +454,7 @@ that string instead of from the current buffer."
; which do support stderr redirection.
(if (not (fboundp 'start-process))
" %s"
" %s 2>/dev/null")))
(concat " %s 2>" null-device))))
(flist Man-filter-list))
(while (and flist (car flist))
(let ((pcom (car (car flist)))