From 9957c5071b5c328700b5e896417319db0b3b1088 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 4 Jul 2004 23:19:15 +0000 Subject: [PATCH] (decode-coding-inserted-region): Don't set last-coding-system-used here. --- lisp/international/mule.el | 3 +-- 1 file changed, 1 insertion(+), 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. -- 2.39.2