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