emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 169/255: igs: automatically collect a game listing


From: Eric Schulte
Subject: [elpa] 169/255: igs: automatically collect a game listing
Date: Sun, 16 Mar 2014 01:02:42 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 2f075b70ec37c5fc28caa6e46be0b96ded1c3c71
Author: Eric Schulte <address@hidden>
Date:   Tue Jun 5 23:17:20 2012 -0600

    igs: automatically collect a game listing
---
 back-ends/igs.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/back-ends/igs.el b/back-ends/igs.el
index 37e22e1..0668078 100644
--- a/back-ends/igs.el
+++ b/back-ends/igs.el
@@ -187,7 +187,8 @@ This is used to re-send messages to keep the IGS server 
from timing out.")
           (igs-send igs-username)
           (wait "^\#> ")
           (igs-toggle "client" t)
-          (set-process-filter proc 'igs-insertion-filter)))
+          (set-process-filter proc 'igs-insertion-filter))
+        (igs-games))
       igs-instance)))
 
 (defun igs-toggle (setting value)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]