Mercurial > emacs
changeset 61065:c40f1d439bcc
(detect-coding-with-priority): Add comment before the call of
update-coding-systems-internal.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 29 Mar 2005 01:27:40 +0000 |
parents | a0bf3de65b02 |
children | bf195b369bc1 |
files | lisp/international/mule-util.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.