Revert "Fix typo to set process running status"

This reverts commit b52c0a5d76.
This commit is contained in:
Kazu Yamamoto 2015-08-04 13:46:38 +09:00
parent 11243e5304
commit be2b3f0ea7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
(if ghc-process-running
(error "ghc process already running")
(progn
(setq ghc-process-running t)
(when ghc-process-running t)
(if hook1 (funcall hook1))
(let* ((cbuf (current-buffer))
(name ghc-process-process-name)