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

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

[elpa] 14/51: [gnugo int] Use ‘displ ay’ property more.


From: Thien-Thi Nguyen
Subject: [elpa] 14/51: [gnugo int] Use ‘displ ay’ property more.
Date: Mon, 24 Feb 2014 12:30:18 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 82aaf2b729e4a76fefc1ffa2b8f2270fd9f2920e
Author: Thien-Thi Nguyen <address@hidden>
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

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