Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-files.el @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 1ce6082ce73f |
children | 364816949b59 |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
52 | 52 |
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 ("\\.\\(gz\\|Z\\)$" . binary) | 58 ("\\.\\(gz\\|Z\\)$" . binary) |
58 ("/spool/mail/.*$" . convert-mbox-coding-system)) | 59 ("/spool/mail/.*$" . convert-mbox-coding-system)) |
59 "Alist specifying the coding system used for particular files. | 60 "Alist specifying the coding system used for particular files. |
60 Each element of the alist is a cons of a regexp, specifying the files | 61 Each element of the alist is a cons of a regexp, specifying the files |
61 to be affected, and a coding system. This overrides the more | 62 to be affected, and a coding system. This overrides the more |