(Man-getpage-in-background): Move close paren.

This commit is contained in:
Richard M. Stallman
1993-06-13 18:00:36 +00:00
parent 82c9fe8e25
commit 136284159e

View File

@@ -450,9 +450,9 @@ Man-reuse-okay-p is non-nil."
(setenv "TERM" "dumb")
(set-process-sentinel
(start-process "man" buffer "sh" "-c"
(format (Man-build-man-command) man-args)))
'Man-bgproc-sentinel))
))
(format (Man-build-man-command) man-args))
'Man-bgproc-sentinel))
)))
(defun Man-notify-when-ready (man-buffer)
"Notify the user when MAN-BUFFER is ready.