diff lisp/mule/mule-files.el @ 138:6608ceec7cf8 r20-2b3

Import from CVS: tag r20-2b3
author cvs
date Mon, 13 Aug 2007 09:31:46 +0200
parents cca96a509cfe
children 585fb297b004
line wrap: on
line diff
--- a/lisp/mule/mule-files.el	Mon Aug 13 09:31:13 2007 +0200
+++ b/lisp/mule/mule-files.el	Mon Aug 13 09:31:46 2007 +0200
@@ -41,7 +41,13 @@
 (setq-default buffer-file-coding-system 'iso-2022-8)
 (put 'buffer-file-coding-system 'permanent-local t)
 
-(define-obsolete-variable-alias 'file-coding-system 'buffer-file-coding-system)
+(define-obsolete-variable-alias
+  'file-coding-system
+  'buffer-file-coding-system)
+
+(define-obsolete-variable-alias
+  'overriding-file-coding-system
+  'coding-system-for-read)
 
 (defvar buffer-file-coding-system-for-read 'automatic-conversion
   "Coding system used when reading a file.