* lisp/international/mule-diag.el
(describe-current-coding-system): Also output the contents of
`auto-coding-alist', which take precedence over
`file-coding-system-alist' (bug#9575).
(princ (cdr (car alist)))
(princ "\n")
(setq alist (cdr alist)))))))
- (funcall func "File I/O" file-coding-system-alist)
+ (funcall func "File I/O" (append auto-coding-alist
+ file-coding-system-alist))
(funcall func "Process I/O" process-coding-system-alist)
(funcall func "Network I/O" network-coding-system-alist))
(help-mode))))