summaryrefslogtreecommitdiffstats
path: root/misc/po-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'misc/po-mode.el')
-rw-r--r--misc/po-mode.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/po-mode.el b/misc/po-mode.el
index 04a5798..c48f139 100644
--- a/misc/po-mode.el
+++ b/misc/po-mode.el
@@ -3275,7 +3275,9 @@ Write to your team? ('n' if writing to the Translation Project robot) ")))
po-obsolete-counter))))
(let ((buffer (current-buffer))
(name (po-guess-archive-name))
- (transient-mark-mode nil))
+ (transient-mark-mode nil)
+ (coding-system-for-read buffer-file-coding-system)
+ (coding-system-for-write buffer-file-coding-system))
(apply po-compose-mail-function address
(if team-flag
(read-string (_"Subject? "))