comparison lisp/code-files.el @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents 11cf20601dec
children ca9a9ec9c1c1
comparison
equal deleted inserted replaced
262:9d8607af9e13 263:727739f917cb
30 30
31 ;; 1997/3/11 modified by MORIOKA Tomohiko to sync with Emacs 20 API. 31 ;; 1997/3/11 modified by MORIOKA Tomohiko to sync with Emacs 20 API.
32 32
33 ;;; Code: 33 ;;; Code:
34 34
35 (setq-default buffer-file-coding-system 'undecided) 35 (setq-default buffer-file-coding-system 'no-conversion)
36 (put 'buffer-file-coding-system 'permanent-local t) 36 (put 'buffer-file-coding-system 'permanent-local t)
37 37
38 (define-obsolete-variable-alias 38 (define-obsolete-variable-alias
39 'file-coding-system 39 'file-coding-system
40 'buffer-file-coding-system) 40 'buffer-file-coding-system)