aboutsummaryrefslogtreecommitdiff
path: root/thogai.el
diff options
context:
space:
mode:
Diffstat (limited to 'thogai.el')
-rw-r--r--thogai.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/thogai.el b/thogai.el
index b863018..cb16132 100644
--- a/thogai.el
+++ b/thogai.el
@@ -233,7 +233,8 @@ callers should never pass non-nil SUBTRANSLATION."
;; Prefix
((pred (lambda (str)
(string-suffix-p "^}" str)))
- (insert (string-remove-prefix "{" (string-remove-suffix "^}" translation)))
+ (thogai-insert-literal
+ (string-remove-prefix "{" (string-remove-suffix "^}" translation)))
(setq thogai-attach-next t))
;; Glue operator
((pred (lambda (str)