From 51cf0ef745fe30a34b6072ef6ca4d3ae6f8b90c0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 09:01:59 +0000 Subject: *** no comment *** --- chess-engine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-engine.el') 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"))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -- cgit v1.2.3