Discussion:
[emms-help] [Martin Jesper Low Madsen] [PATCH] Correctly group reduced boolean operations
Yoni Rabkin
2016-04-06 20:22:03 UTC
Permalink
---
rt-liberation.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt-liberation.el b/rt-liberation.el
index 4376f02..7dd61fe 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -259,7 +259,7 @@ This variable is made buffer local for the ticket history")
(if seq
(reduce
#'(lambda (a b)
- (format "%s %s %s" a op b))
+ (format "(%s %s %s)" a op b))
seq)
""))
--
2.3.3
Yoni Rabkin
2016-04-06 20:26:24 UTC
Permalink
Subject: [PATCH] Correctly group reduced boolean operations
Date: Tue, 5 Apr 2016 11:51:43 +0200 (1 day, 10 hours, 33 minutes ago)
Sorry for the noise, I forwarded this to here instead of one of my other
maintainerships rt-liberation.

Please ignore
--
"Cut your own wood and it will warm you twice"
Loading...