changeset 24914:71f071c1bdf7

(Man-build-man-command): Use value of null-device, instead of hard-coding "/dev/null".
author Andrew Innes <andrewi@gnu.org>
date Thu, 01 Jul 1999 19:44:38 +0000
parents 76764b2157af
children ff85091a55e7
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Thu Jul 01 19:42:42 1999 +0000
+++ b/lisp/man.el	Thu Jul 01 19:44:38 1999 +0000
@@ -454,7 +454,7 @@
 			 ; 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)))