]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode-coding-inserted-region): Don't
authorKenichi Handa <handa@m17n.org>
Sun, 4 Jul 2004 23:19:15 +0000 (23:19 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 4 Jul 2004 23:19:15 +0000 (23:19 +0000)
set last-coding-system-used here.

lisp/international/mule.el

index bbe83c2baf79beca2a6d0df64f795fb82f7164ce..2f7101719fab5ea3e14b4806439150fa2fe28cbc 100644 (file)
@@ -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.