aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-03-29 01:27:40 +0000
committerKenichi Handa2005-03-29 01:27:40 +0000
commit0f58da4cd73c61299ac7af3438dcbfa3cb652129 (patch)
tree33c49877991ced6d9318453ec8fef10aedb87c5f
parent6a17cee0f7b1864fe9d96ecc4a25ddbd204c57d5 (diff)
downloademacs-0f58da4cd73c61299ac7af3438dcbfa3cb652129.tar.gz
emacs-0f58da4cd73c61299ac7af3438dcbfa3cb652129.zip
(detect-coding-with-priority): Add comment before the call of
update-coding-systems-internal.
-rw-r--r--lisp/international/mule-util.el1
1 files changed, 1 insertions, 0 deletions
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."
327 (mapc (function (lambda (x) (set (car x) (cdr x)))) 327 (mapc (function (lambda (x) (set (car x) (cdr x))))
328 prio-list) 328 prio-list)
329 (set-coding-priority (mapcar #'car prio-list)) 329 (set-coding-priority (mapcar #'car prio-list))
330 ;; Changing the binding of a coding category requires this call.
330 (update-coding-systems-internal) 331 (update-coding-systems-internal)
331 (detect-coding-region ,from ,to)) 332 (detect-coding-region ,from ,to))
332 ;; We must restore the internal database. 333 ;; We must restore the internal database.