Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Fix typo to set process running status
Browse files Browse the repository at this point in the history
  • Loading branch information
iquiw authored and DanielG committed May 22, 2015
1 parent a1f6bf6 commit b52c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/ghc-process.el
Expand Up @@ -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)
Expand Down

0 comments on commit b52c0a5

Please sign in to comment.