summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1999-07-01 19:44:38 +0000
committerAndrew Innes <andrewi@gnu.org>1999-07-01 19:44:38 +0000
commitd14b2ee3a4117f1ee4003b66b944e817a503eae3 (patch)
tree5f2c02066914961613f41743d7c8ac96b3d6d9fb /lisp
parentca465b1fd5d13ad73192e4a5a4cf4215af8ef5ec (diff)
downloademacs-d14b2ee3a4117f1ee4003b66b944e817a503eae3.tar.gz
(Man-build-man-command): Use value of null-device,
instead of hard-coding "/dev/null".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 90c27adbc29..27860b5c0a2 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)))