From e2369e67722dd30a2452c38012d027b94613f6d6 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 24 Apr 2014 17:14:10 +0900 Subject: [PATCH] rescue the coming Emacs 24.4. --- elisp/ghc-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-process.el b/elisp/ghc-process.el index 036d814..0149dd5 100644 --- a/elisp/ghc-process.el +++ b/elisp/ghc-process.el @@ -94,7 +94,7 @@ (setq ghc-process-num-of-results (or n 1)) (ghc-with-process cmd 'ghc-process-callback nil hook) (while (null ghc-process-rendezvous) - (sit-for 0.01)) + (sit-for 0.1 t)) ghc-process-results) (defun ghc-process-callback ()