aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-02 10:18:08 +0000
committerGerd Moellmann2000-12-02 10:18:08 +0000
commita01cfb776c39f9cb2d99d662f20dc628c4ee2411 (patch)
treed0c5a054766f7306511319116003ad211c904c43
parent95791033b84472a6a9aa689f83564a0d67b904e8 (diff)
downloademacs-a01cfb776c39f9cb2d99d662f20dc628c4ee2411.tar.gz
emacs-a01cfb776c39f9cb2d99d662f20dc628c4ee2411.zip
*** empty log message ***
-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'.