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:
parent
97a1a46f05
commit
3945a18ace
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user