summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 09:01:59 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 09:01:59 +0000
commit51cf0ef745fe30a34b6072ef6ca4d3ae6f8b90c0 (patch)
tree6b993c27a31721272051d4974292afba58e0f4fb /chess-engine.el
parent110d1880915bf26b13a8309419a67bf272b34d4d (diff)
*** no comment ***
Diffstat (limited to 'chess-engine.el')
-rw-r--r--chess-engine.el2
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")))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;