comparison lisp/code-files.el @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents ca9a9ec9c1c1
children 3b3709405255
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
65 ("\\.png$" . (binary . binary)) 65 ("\\.png$" . (binary . binary))
66 ("\\.gif$" . (binary . binary)) 66 ("\\.gif$" . (binary . binary))
67 ("\\.\\(jpeg\\|jpg\\)$" . (binary . binary)) 67 ("\\.\\(jpeg\\|jpg\\)$" . (binary . binary))
68 ("TUTORIAL\\.hr$" . iso-8859-2) 68 ("TUTORIAL\\.hr$" . iso-8859-2)
69 ("TUTORIAL\\.pl$" . iso-8859-2) 69 ("TUTORIAL\\.pl$" . iso-8859-2)
70 ("TUTORIAL\\.ro$" . iso-8859-2)
70 ;; ("\\.\\(el\\|emacs\\|info\\(-[0-9]+\\)?\\|texi\\)$" . iso-2022-8) 71 ;; ("\\.\\(el\\|emacs\\|info\\(-[0-9]+\\)?\\|texi\\)$" . iso-2022-8)
71 ;; ("\\(ChangeLog\\|CHANGES-beta\\)$" . iso-2022-8) 72 ;; ("\\(ChangeLog\\|CHANGES-beta\\)$" . iso-2022-8)
72 ("\\.\\(gz\\|Z\\)$" . binary) 73 ("\\.\\(gz\\|Z\\)$" . binary)
73 ("/spool/mail/.*$" . convert-mbox-coding-system)) 74 ("/spool/mail/.*$" . convert-mbox-coding-system))
74 "Alist to decide a coding system to use for a file I/O operation. 75 "Alist to decide a coding system to use for a file I/O operation.