eschulte pushed a commit to branch go in repository elpa. commit 8590bf95d5192de8296e816742f69c72f0f35954 Author: Eric Schulte <eric.schu...@gmx.com> 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))