]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-build-man-command): Use value of null-device,
authorAndrew Innes <andrewi@gnu.org>
Thu, 1 Jul 1999 19:44:38 +0000 (19:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 1 Jul 1999 19:44:38 +0000 (19:44 +0000)
instead of hard-coding "/dev/null".

lisp/man.el

index 90c27adbc29e0e711d9a21e7b404e2edd333f366..27860b5c0a2b368dfdea4133d442afa6c57f9615 100644 (file)
@@ -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)))