eschulte pushed a commit to branch go
in repository elpa.
commit ece8a90615269228bc14c2aa2e3a61ed04900ff3
Author: Eric Schulte <[email protected]>
Date: Thu Aug 8 12:13:20 2013 -0600
refresh message
---
back-ends/igs.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/back-ends/igs.el b/back-ends/igs.el
index 02387e2..5da6c62 100644
--- a/back-ends/igs.el
+++ b/back-ends/igs.el
@@ -220,6 +220,7 @@ This is used to re-send messages to keep the IGS server
from timing out.")
(let ((id (car (nth row *buffer-list*))))
(with-igs instance (igs-observe id))))
(lambda (row col)
+ (message "refreshing games list...")
(igs-get-games instance)))))