Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-files.el @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 1856695b1fa9 |
children | acd284d43ca1 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
63 'buffer-file-coding-system-for-read) | 63 'buffer-file-coding-system-for-read) |
64 | 64 |
65 (defvar buffer-file-coding-system-alist | 65 (defvar buffer-file-coding-system-alist |
66 '(("\\.\\(el\\|emacs\\|info\\(-[0-9]+\\)?\\|texi\\)$" . iso-2022-8) | 66 '(("\\.\\(el\\|emacs\\|info\\(-[0-9]+\\)?\\|texi\\)$" . iso-2022-8) |
67 ("\\(ChangeLog\\|CHANGES-beta\\)$" . iso-2022-8) | 67 ("\\(ChangeLog\\|CHANGES-beta\\)$" . iso-2022-8) |
68 ("\\.\\(gz\\|Z\\)$" . no-conversion) | 68 ("\\.\\(gz\\|Z\\)$" . binary) |
69 ("/spool/mail/.*$" . convert-mbox-coding-system)) | 69 ("/spool/mail/.*$" . convert-mbox-coding-system)) |
70 "Alist specifying the coding system used for particular files. | 70 "Alist specifying the coding system used for particular files. |
71 Each element of the alist is a cons of a regexp, specifying the files | 71 Each element of the alist is a cons of a regexp, specifying the files |
72 to be affected, and a coding system. This overrides the more general | 72 to be affected, and a coding system. This overrides the more general |
73 specification in `buffer-file-coding-system-for-read', but is | 73 specification in `buffer-file-coding-system-for-read', but is |