# HG changeset patch # User Kenichi Handa # Date 1112059660 0 # Node ID c40f1d439bcc72d7765a938c859808edd04023fd # Parent a0bf3de65b02aca57198cdaac6a887741fa0d0af (detect-coding-with-priority): Add comment before the call of update-coding-systems-internal. diff -r a0bf3de65b02 -r c40f1d439bcc lisp/international/mule-util.el --- 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.