From 0f58da4cd73c61299ac7af3438dcbfa3cb652129 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 29 Mar 2005 01:27:40 +0000 Subject: [PATCH] (detect-coding-with-priority): Add comment before the call of update-coding-systems-internal. --- lisp/international/mule-util.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2