aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 08:30:39 +0000
committerEli Zaretskii2000-08-22 08:30:39 +0000
commitbeb2eb004e31204d3a3a48d640e01d1d72d8cb4d (patch)
tree853ee5ca5a25010cb32140f6bb0f096413200683 /etc
parent2a8868924dba253c22a02915a33e06390bd2dcff (diff)
downloademacs-beb2eb004e31204d3a3a48d640e01d1d72d8cb4d.tar.gz
emacs-beb2eb004e31204d3a3a48d640e01d1d72d8cb4d.zip
Mark the operation of chosing safe coding system as explained
in the manual.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd3409a1d01..b3505be5ce2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -71,6 +71,7 @@ using that menu.
71** New function executable-make-buffer-file-executable-if-script-p is 71** New function executable-make-buffer-file-executable-if-script-p is
72suitable as an after-save-hook as an alternative to `executable-chmod'. 72suitable 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
75buffer-file-coding-system is `undecided' and it is safe for the buffer 76buffer-file-coding-system is `undecided' and it is safe for the buffer
76contents. (The most preferred is set by set-language-environment or 77contents. (The most preferred is set by set-language-environment or