diff options
-rw-r--r-- | thogai.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -241,7 +241,8 @@ callers should never pass non-nil SUBTRANSLATION." (string-suffix-p "}" str)))) (unless thogai-glue (thogai-insert-space)) - (insert (string-remove-prefix "{&" (string-remove-suffix "}" translation))) + (thogai-insert-literal + (string-remove-prefix "{&" (string-remove-suffix "}" translation))) (setq thogai-glue t)) ;; Capitalize next word. ("{-|}" |