diff options
Diffstat (limited to 'chess-engine.el')
| -rw-r--r-- | chess-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el index eb61b17..23fedfd 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -146,7 +146,7 @@ (let ((proc (get-buffer-process (current-buffer)))) (if (and proc (memq (process-status proc) '(run open))) (process-send-string proc string) - (error "The engine you are using is no longer running"))))) + (error "The engine you're using is no longer running"))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; |
