comparison lisp/man.el @ 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 3d09886cb53e
children cf6d2213e0a7
comparison
equal deleted inserted replaced
24913:76764b2157af 24914:71f071c1bdf7
452 ; `call-process' below sends it to /dev/null, 452 ; `call-process' below sends it to /dev/null,
453 ; so we don't need `2>' even with DOS shells 453 ; so we don't need `2>' even with DOS shells
454 ; which do support stderr redirection. 454 ; which do support stderr redirection.
455 (if (not (fboundp 'start-process)) 455 (if (not (fboundp 'start-process))
456 " %s" 456 " %s"
457 " %s 2>/dev/null"))) 457 (concat " %s 2>" null-device))))
458 (flist Man-filter-list)) 458 (flist Man-filter-list))
459 (while (and flist (car flist)) 459 (while (and flist (car flist))
460 (let ((pcom (car (car flist))) 460 (let ((pcom (car (car flist)))
461 (pargs (cdr (car flist)))) 461 (pargs (cdr (car flist))))
462 (setq command 462 (setq command