Yoni Rabkin
2016-04-06 20:22:03 UTC
---
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)
""))
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
2.3.3