diff options
Diffstat (limited to 'lisp/server.el')
-rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index a5d5e561db5..c38fdf84835 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -1744,7 +1744,7 @@ returns the process ID of the Emacs instance running \"server\"." (server-quote-arg (format "%S" form)) "\n")) (while (memq (process-status process) '(open run)) - (accept-process-output process 0 10)) + (accept-process-output process 0.01)) (goto-char (point-min)) ;; If the result is nil, there's nothing in the buffer. If the ;; result is non-nil, it's after "-print ". |