fixing sentinel.

This commit is contained in:
Kazu Yamamoto 2014-03-20 16:21:41 +09:00
parent 3f01b15a3e
commit 1a1ee0f3ae
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
)) ))
(setq ghc-check-running nil)))))) (setq ghc-check-running nil))))))
(defun ghc-check-process-sentinel () (defun ghc-check-process-sentinel (process event)
) )
(defun ghc-check-highlight-original-buffer (buf infos) (defun ghc-check-highlight-original-buffer (buf infos)