changeset 56344:80c137e51162

(decode-coding-inserted-region): Don't set last-coding-system-used here.
author Kenichi Handa <handa@m17n.org>
date Sun, 04 Jul 2004 23:19:15 +0000
parents 1a611e842a86
children 84f77e8cff58
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sun Jul 04 22:45:31 2004 +0000
+++ b/lisp/international/mule.el	Sun Jul 04 23:19:15 2004 +0000
@@ -1878,8 +1878,7 @@
 		      (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.