diff options
Diffstat (limited to 'thogai.el')
-rw-r--r-- | thogai.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |