diff lisp/international/mule-util.el @ 61065:c40f1d439bcc

(detect-coding-with-priority): Add comment before the call of update-coding-systems-internal.
author Kenichi Handa <handa@m17n.org>
date Tue, 29 Mar 2005 01:27:40 +0000
parents a3bf037cdd99
children f69e81bae6ca
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Tue Mar 29 01:26:33 2005 +0000
+++ b/lisp/international/mule-util.el	Tue Mar 29 01:27:40 2005 +0000
@@ -327,6 +327,7 @@
 	 (mapc (function (lambda (x) (set (car x) (cdr x))))
 	       prio-list)
 	 (set-coding-priority (mapcar #'car prio-list))
+	 ;; Changing the binding of a coding category requires this call.
 	 (update-coding-systems-internal)
 	 (detect-coding-region ,from ,to))
      ;; We must restore the internal database.