From: Kenichi Handa Date: Tue, 29 Mar 2005 01:27:40 +0000 (+0000) Subject: (detect-coding-with-priority): Add comment before the call of X-Git-Tag: ttn-vms-21-2-B4~1415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f58da4cd73c61299ac7af3438dcbfa3cb652129;p=emacs.git (detect-coding-with-priority): Add comment before the call of update-coding-systems-internal. --- diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 7c51409422b..8ac56b4bd65 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -327,6 +327,7 @@ coding systems ordered by priority." (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.