summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index bbe83c2baf7..2f7101719fa 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1878,8 +1878,7 @@ of the function `insert-file-contents'."
(coding-system-change-text-conversion coding 'raw-text)))
(setq coding nil))
(if coding
- (decode-coding-region (point-min) (point-max) coding))
- (setq last-coding-system-used coding)))))
+ (decode-coding-region (point-min) (point-max) coding))))))
(defun make-translation-table (&rest args)
"Make a translation table from arguments.