# HG changeset patch # User Andrew Innes # Date 930858278 0 # Node ID 71f071c1bdf7a1ac59e92ab9af3866046c355bea # Parent 76764b2157af07e08050d20758c770b339e293b4 (Man-build-man-command): Use value of null-device, instead of hard-coding "/dev/null". diff -r 76764b2157af -r 71f071c1bdf7 lisp/man.el --- 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)))