Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-files.el @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
85:c661705957e0 | 86:364816949b59 |
---|---|
53 (defvar file-coding-system-alist | 53 (defvar file-coding-system-alist |
54 ;; '(; ("\\.el$" . euc-japan) | 54 ;; '(; ("\\.el$" . euc-japan) |
55 '(("\\.el$" . iso-2022-8) | 55 '(("\\.el$" . iso-2022-8) |
56 ("\\.info$" . iso-2022-8) | 56 ("\\.info$" . iso-2022-8) |
57 ("ChangeLog$" . iso-2022-8) | 57 ("ChangeLog$" . iso-2022-8) |
58 ("\\.texi$" . iso-2022-8) | |
58 ("\\.\\(gz\\|Z\\)$" . binary) | 59 ("\\.\\(gz\\|Z\\)$" . binary) |
59 ("/spool/mail/.*$" . convert-mbox-coding-system)) | 60 ("/spool/mail/.*$" . convert-mbox-coding-system)) |
60 "Alist specifying the coding system used for particular files. | 61 "Alist specifying the coding system used for particular files. |
61 Each element of the alist is a cons of a regexp, specifying the files | 62 Each element of the alist is a cons of a regexp, specifying the files |
62 to be affected, and a coding system. This overrides the more | 63 to be affected, and a coding system. This overrides the more |