Mercurial > hg > xemacs-beta
comparison lisp/code-files.el @ 673:685b588e92d8
[xemacs-hg @ 2001-10-30 05:13:26 by andyp]
merge of windows 21.4.5 codeline
author | andyp |
---|---|
date | Tue, 30 Oct 2001 05:13:31 +0000 |
parents | 7039e6323819 |
children | ca2d04c5710a |
comparison
equal
deleted
inserted
replaced
672:42a8626b741e | 673:685b588e92d8 |
---|---|
114 (setq buffer-file-coding-system | 114 (setq buffer-file-coding-system |
115 (subsidiary-coding-system | 115 (subsidiary-coding-system |
116 (coding-system-base buffer-file-coding-system) | 116 (coding-system-base buffer-file-coding-system) |
117 (cond ((eq eol-type 'lf) 'crlf) | 117 (cond ((eq eol-type 'lf) 'crlf) |
118 ((eq eol-type 'crlf) 'lf) | 118 ((eq eol-type 'crlf) 'lf) |
119 ((eq eol-type 'cr) 'lf)))))) | 119 ((eq eol-type 'cr) 'lf)))) |
120 (set-buffer-modified-p t))) | |
120 | 121 |
121 (define-obsolete-function-alias | 122 (define-obsolete-function-alias |
122 'set-file-coding-system | 123 'set-file-coding-system |
123 'set-buffer-file-coding-system) | 124 'set-buffer-file-coding-system) |
124 | 125 |