aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 35313740c89..ada9082e906 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -41,6 +41,10 @@ lacks unexec, asynchronous processes, and networking support.
41 41
42* Changes in Emacs 21.1 42* Changes in Emacs 21.1
43 43
44** The default for user-option `next-line-add-newlines' has been
45changed to nil, i.e. C-n will no longer add newlines at the end of a
46buffer by default.
47
44** The new command M-x delete-trailing-whitespace RET will delete the 48** The new command M-x delete-trailing-whitespace RET will delete the
45trailing whitespace within the current restriction. You can also add 49trailing whitespace within the current restriction. You can also add
46this function to `write-file-hooks' or `local-write-file-hooks'. 50this function to `write-file-hooks' or `local-write-file-hooks'.