1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(Man-getpage-in-background): Revert previous change but

make cygwin a special case.
This commit is contained in:
Nick Roberts 2004-06-19 00:50:04 +00:00
parent 6871c35fd6
commit 353518de7e

View File

@ -733,7 +733,8 @@ all sections related to a subject, put something appropriate into the
(if (fboundp 'start-process)
(set-process-sentinel
(start-process manual-program buffer
shell-file-name shell-command-switch
(if (eq system-type 'cygwin) shell-file-name "sh")
shell-command-switch
(format (Man-build-man-command) man-args))
'Man-bgproc-sentinel)
(let ((exit-status