From b52c0a5d767282369f2748c5ec070b802ed8e23c Mon Sep 17 00:00:00 2001 From: Iku Iwasa Date: Fri, 22 May 2015 22:41:50 +0900 Subject: [PATCH] Fix typo to set process running status --- elisp/ghc-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-process.el b/elisp/ghc-process.el index 0519549..7ecfa34 100644 --- a/elisp/ghc-process.el +++ b/elisp/ghc-process.el @@ -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)