diff lisp/mule/mule-files.el @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 1ce6082ce73f
line wrap: on
line diff
--- a/lisp/mule/mule-files.el	Mon Aug 13 09:05:11 2007 +0200
+++ b/lisp/mule/mule-files.el	Mon Aug 13 09:05:42 2007 +0200
@@ -51,7 +51,10 @@
 which is intended to be used for global environment specification.")
 
 (defvar file-coding-system-alist
-  '(("\\.el$" . iso-2022-7)  ;;  '(; ("\\.el$" . euc-japan)
+  ;;  '(; ("\\.el$" . euc-japan)
+  '(("\\.el$" . iso-2022-7)
+    ("\\.info$" . iso-2022-7)
+    ("\\.\\(gz\\|Z\\)$" . binary)
     ("/spool/mail/.*$" . convert-mbox-coding-system))
   "Alist specifying the coding system used for particular files.
 Each element of the alist is a cons of a regexp, specifying the files
@@ -464,5 +467,4 @@
 			start end filename append visit lockname
 			coding-system)))
 
-
-
+;;; mule-files.el ends here