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

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

[elpa] externals/gnugo e3a50ca 014/357: [gnugo int] Use ‘display’ prope


From: Stefan Monnier
Subject: [elpa] externals/gnugo e3a50ca 014/357: [gnugo int] Use ‘display’ property more.
Date: Sun, 29 Nov 2020 14:50:37 -0500 (EST)

branch: externals/gnugo
commit e3a50ca72adb3f1e3e67afd3d8329b04dad85269
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

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

diff --git a/gnugo.el b/gnugo.el
index 142c964..b3b3cdf 100644
--- a/gnugo.el
+++ b/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]