mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +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)
|
(if (fboundp 'start-process)
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
(start-process manual-program buffer
|
(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))
|
(format (Man-build-man-command) man-args))
|
||||||
'Man-bgproc-sentinel)
|
'Man-bgproc-sentinel)
|
||||||
(let ((exit-status
|
(let ((exit-status
|
||||||
|
Loading…
Reference in New Issue
Block a user