Mercurial > emacs
comparison etc/NEWS @ 31022:2fa78512b45e
Mark the operation of chosing safe coding system as explained
in the manual.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 08:30:39 +0000 |
parents | 2f1815d3e9ae |
children | 147670916de0 |
comparison
equal
deleted
inserted
replaced
31021:5380bd6b450e | 31022:2fa78512b45e |
---|---|
69 using that menu. | 69 using that menu. |
70 | 70 |
71 ** New function executable-make-buffer-file-executable-if-script-p is | 71 ** New function executable-make-buffer-file-executable-if-script-p is |
72 suitable as an after-save-hook as an alternative to `executable-chmod'. | 72 suitable as an after-save-hook as an alternative to `executable-chmod'. |
73 | 73 |
74 +++ | |
74 ** The most preferred coding-system is now used to save a buffer if | 75 ** The most preferred coding-system is now used to save a buffer if |
75 buffer-file-coding-system is `undecided' and it is safe for the buffer | 76 buffer-file-coding-system is `undecided' and it is safe for the buffer |
76 contents. (The most preferred is set by set-language-environment or | 77 contents. (The most preferred is set by set-language-environment or |
77 by M-x prefer-coding-system.) Thus if you visit an ASCII file and | 78 by M-x prefer-coding-system.) Thus if you visit an ASCII file and |
78 insert a non-ASCII character from your current language environment, | 79 insert a non-ASCII character from your current language environment, |