ttn pushed a commit to branch master
in repository elpa.

commit 82aaf2b729e4a76fefc1ffa2b8f2270fd9f2920e
Author: Thien-Thi Nguyen <t...@gnu.org>
Date:   Fri Jan 31 13:31:22 2014 +0100

    [gnugo int] Use ‘display’ property more.
    
    * packages/gnugo/gnugo.el (gnugo-toggle-image-display): ...here,
    with ‘(space :width 0)’, instead of ‘invisible’.
---
 packages/gnugo/gnugo.el |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 142c964..b3b3cdf 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -414,10 +414,7 @@ a format string applied to the rest of the args."
                                                'not-yet))))
                     (gnugo-put :w-imul (car imul))
                     (gnugo-put :h-imul (cdr imul)))))))
-    (setplist (gnugo-f 'ispc) (and new
-                                   ;; `(display (space :width 0))'
-                                   ;; works as well, for newer emacs
-                                   '(invisible t)))
+    (setplist (gnugo-f 'ispc) (and new '(display (space :width 0))))
     (gnugo-put :highlight-last-move-spec
       (if new
           '((lambda (p)

Reply via email to