fixing a comment.

This commit is contained in:
Kazu Yamamoto 2014-05-14 05:07:33 +09:00
parent ce28a67e28
commit 7af19f5400
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
(let ((pro (ghc-with-process cmd 'ghc-process-callback nil hook)))
(condition-case nil
(while (null ghc-process-rendezvous)
;; 0.1 is too fast for Emacs 24.4.
;; 0.01 is too fast for Emacs 24.4.
;; (sit-for 0.1 t) may get stuck when tooltip is displayed.
(sit-for 0.1)
;; (discard-input) avoids getting stuck.