diff options
-rw-r--r-- | thogai.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -236,6 +236,8 @@ callers should never pass non-nil SUBTRANSLATION." ;; Prefix ((pred (lambda (str) (string-suffix-p "^}" str))) + (unless subtranslation + (thogai-insert-space)) (thogai-insert-literal (string-remove-prefix "{" (string-remove-suffix "^}" translation))) (setq thogai-attach-next t)) |