comparison 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
comparison
equal deleted inserted replaced
137:cae984061f40 138:6608ceec7cf8
39 39
40 40
41 (setq-default buffer-file-coding-system 'iso-2022-8) 41 (setq-default buffer-file-coding-system 'iso-2022-8)
42 (put 'buffer-file-coding-system 'permanent-local t) 42 (put 'buffer-file-coding-system 'permanent-local t)
43 43
44 (define-obsolete-variable-alias 'file-coding-system 'buffer-file-coding-system) 44 (define-obsolete-variable-alias
45 'file-coding-system
46 'buffer-file-coding-system)
47
48 (define-obsolete-variable-alias
49 'overriding-file-coding-system
50 'coding-system-for-read)
45 51
46 (defvar buffer-file-coding-system-for-read 'automatic-conversion 52 (defvar buffer-file-coding-system-for-read 'automatic-conversion
47 "Coding system used when reading a file. 53 "Coding system used when reading a file.
48 This provides coarse-grained control; for finer-grained control, 54 This provides coarse-grained control; for finer-grained control,
49 use `buffer-file-coding-system-alist'. From a Lisp program, if you wish 55 use `buffer-file-coding-system-alist'. From a Lisp program, if you wish