From 3945a18ace4501399b3b8f7ac3b44b531a0f7c8d Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 1 Jul 1999 19:44:38 +0000 Subject: [PATCH] (Man-build-man-command): Use value of null-device, instead of hard-coding "/dev/null". --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index 90c27adbc2..27860b5c0a 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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))) -- 2.39.2