]> git.eshelyaron.com Git - emacs.git/commit
Avoid Groff hanging on MS-Windows when invoked by "M-x man"
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Aug 2019 13:17:51 +0000 (16:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 Aug 2019 13:17:51 +0000 (16:17 +0300)
commit691790b8ea5192395a2eeac0f89a2f41d74f2ddb
tree9ca29974e691807d3c040644fa8242ad62c4edc5
parentb83f83ccd47997b7fd581026d4e1b124fa4fefc2
Avoid Groff hanging on MS-Windows when invoked by "M-x man"

* lisp/man.el (Man-build-man-command): On MS-Windows, redirect
stdin of 'man' to the null device, to make sure Groff exits
immediately after formatting the man page.
lisp/man.el