rtliber-help
[Top][All Lists]
Advanced

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

[Rtliber-help] [Martin Jesper Low Madsen] [PATCH] Correctly group reduce


From: Yoni Rabkin
Subject: [Rtliber-help] [Martin Jesper Low Madsen] [PATCH] Correctly group reduced boolean operations
Date: Wed, 06 Apr 2016 16:24:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)

--- Begin Message --- Subject: [PATCH] Correctly group reduced boolean operations Date: Tue, 5 Apr 2016 11:51:43 +0200
---
 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


--- End Message ---

-- 
   "Cut your own wood and it will warm you twice"

reply via email to

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