comparison lisp/mule/mule-files.el @ 140:585fb297b004 r20-2b4

Import from CVS: tag r20-2b4
author cvs
date Mon, 13 Aug 2007 09:32:43 +0200
parents 6608ceec7cf8
children 1856695b1fa9
comparison
equal deleted inserted replaced
139:2b5203979d01 140:585fb297b004
61 (define-obsolete-variable-alias 61 (define-obsolete-variable-alias
62 'file-coding-system-for-read 62 'file-coding-system-for-read
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\\|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\\)$" . no-conversion)
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