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:
parent
6871c35fd6
commit
353518de7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user