From c9dc56852854f8e4618ec6830484ef45faafc1a5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Apr 2002 19:48:33 +0000 Subject: Removed the $ Revision strings; they are no longer necessary since I tag every revision that I upload. --- chess-engine.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index f745ced..ebce110 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -2,7 +2,6 @@ ;; ;; Obtain movements and other information from an engine ;; -;; $Revision$ ;;; Commentary: @@ -265,7 +264,8 @@ (unless (memq (process-status proc) '(run open)) (chess-error 'failed-engine-start)) (setq chess-engine-process proc) - (set-process-filter proc 'chess-engine-filter)) + (unless (process-filter proc) + (set-process-filter proc 'chess-engine-filter))) (setq chess-engine-current-marker (point-marker)) (current-buffer)))))) -- cgit v1.2.3