summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-16 19:36:47 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-16 19:36:47 +0000
commitf9e74f0db1804e7eee064f8ae265438b9a1fac94 (patch)
tree12057084976c88b330727d2f87a760b5bd33599b /chess-engine.el
parent7355cb4c0c8b1b36eef06d495065fb1777c9955a (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 3621496..a618225 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -265,7 +265,7 @@
(unless (memq (process-status proc) '(run open))
(chess-error 'failed-engine-start))
(setq chess-engine-process proc)
- (when (not (equal (process-filter proc) 'comint-output-filter))
+ (unless (process-filter proc)
(set-process-filter proc 'chess-engine-filter)))
(setq chess-engine-current-marker (point-marker))
(current-buffer))))))