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

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

[elpa] 01/01: [gnugo int] Expose function to byte-compiler.


From: Thien-Thi Nguyen
Subject: [elpa] 01/01: [gnugo int] Expose function to byte-compiler.
Date: Wed, 11 Jun 2014 13:30:10 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 017c2b58287a78c6cedfb664f4bcd9e8066bf511
Author: Thien-Thi Nguyen <address@hidden>
Date:   Wed Jun 11 15:33:11 2014 +0200

    [gnugo int] Expose function to byte-compiler.
    
    * packages/gnugo/gnugo.el (gnugo-toggle-image-display):
    ...here, as part of :highlight-last-move-spec toggling.
---
 packages/gnugo/gnugo.el |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 34e57da..1713356 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -613,11 +613,11 @@ when you are sure the command cannot fail."
     (setplist (gnugo-f 'ispc) (and new '(display (space :width 0))))
     (gnugo-put :highlight-last-move-spec
       (if new
-          '((lambda (p)
-              (get (gnugo-yy (get-text-property p 'gnugo-yin)
-                             (get-text-property p 'gnugo-yang)
-                             t)
-                   'display))
+          `(,(lambda (p)
+               (get (gnugo-yy (get-text-property p 'gnugo-yin)
+                              (get-text-property p 'gnugo-yang)
+                              t)
+                    'display))
             0 delete-overlay)
         (gnugo-get :default-highlight-last-move-spec)))
     ;; a kludge to be reworked another time perhaps by another gnugo.el lover



reply via email to

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