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

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

[elpa] 173/255: start gnugo process when object is created


From: Eric Schulte
Subject: [elpa] 173/255: start gnugo process when object is created
Date: Sun, 16 Mar 2014 01:02:42 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 8590bf95d5192de8296e816742f69c72f0f35954
Author: Eric Schulte <address@hidden>
Date:   Sat Jun 9 18:31:46 2012 -0600

    start gnugo process when object is created
---
 back-ends/gnugo.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/back-ends/gnugo.el b/back-ends/gnugo.el
index 57e7054..7cea52d 100644
--- a/back-ends/gnugo.el
+++ b/back-ends/gnugo.el
@@ -85,7 +85,7 @@
 
 ;;; Class and interface
 (defclass gnugo (gtp)
-  ((buffer :initarg :buffer :accessor buffer :initform nil)))
+  ((buffer :initarg :buffer :accessor buffer :initform (gnugo-start-process))))
 
 (defmethod gtp-command ((gnugo gnugo) command)
   (gnugo-command-to-string gnugo command))



reply via email to

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