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