Revert "Fix typo to set process running status"
This reverts commit b52c0a5d76
.
This commit is contained in:
parent
11243e5304
commit
be2b3f0ea7
@ -34,7 +34,7 @@
|
|||||||
(if ghc-process-running
|
(if ghc-process-running
|
||||||
(error "ghc process already running")
|
(error "ghc process already running")
|
||||||
(progn
|
(progn
|
||||||
(setq ghc-process-running t)
|
(when ghc-process-running t)
|
||||||
(if hook1 (funcall hook1))
|
(if hook1 (funcall hook1))
|
||||||
(let* ((cbuf (current-buffer))
|
(let* ((cbuf (current-buffer))
|
||||||
(name ghc-process-process-name)
|
(name ghc-process-process-name)
|
||||||
|
Loading…
Reference in New Issue
Block a user