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

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

[elpa] externals/svg-tag-mode 22798fa96f 1/2: Fixed tags to use lambda e


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode 22798fa96f 1/2: Fixed tags to use lambda expression.
Date: Wed, 29 Dec 2021 05:02:08 -0500 (EST)

branch: externals/svg-tag-mode
commit 22798fa96f35d6e537b1049e7b36307e3f79e060
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Fixed tags to use lambda expression.
---
 examples/example-2.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example-2.el b/examples/example-2.el
index 495dbc1591..223d1aa3d0 100644
--- a/examples/example-2.el
+++ b/examples/example-2.el
@@ -55,8 +55,8 @@
                                           (svg-progress-count (substring tag 1 
-1)))))
         
         ;; TODO / DONE
-        ("TODO" . ((svg-tag-make "TODO" :face 'org-todo :inverse t :margin 0)))
-        ("DONE" . ((svg-tag-make "DONE" :face 'org-done :margin 0)))
+        ("TODO" . ((lambda (tag) (svg-tag-make "TODO" :face 'org-todo :inverse 
t :margin 0))))
+        ("DONE" . ((lambda (tag) (svg-tag-make "DONE" :face 'org-done :margin 
0))))
 
 
         ;; Citation of the form [cite:@Knuth:1984] 



reply via email to

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