aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thogai.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/thogai.el b/thogai.el
index 2bd3b71..60f25ef 100644
--- a/thogai.el
+++ b/thogai.el
@@ -245,7 +245,7 @@ callers should never pass non-nil SUBTRANSLATION."
((pred (lambda (str)
(and (string-prefix-p "{&" str)
(string-suffix-p "}" str))))
- (unless thogai-glue
+ (unless (or subtranslation thogai-glue)
(thogai-insert-space))
(thogai-insert-literal
(string-remove-prefix "{&" (string-remove-suffix "}" translation)))