]> git.eshelyaron.com Git - emacs.git/commitdiff
(detect-coding-with-priority): Add comment before the call of
authorKenichi Handa <handa@m17n.org>
Tue, 29 Mar 2005 01:27:40 +0000 (01:27 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 29 Mar 2005 01:27:40 +0000 (01:27 +0000)
update-coding-systems-internal.

lisp/international/mule-util.el

index 7c51409422b7f84390de7f4180c8628fbfc92573..8ac56b4bd65f370725bc0467e7a37d1a3db6bcc7 100644 (file)
@@ -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.