diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 45 | changed to nil, i.e. C-n will no longer add newlines at the end of a | ||
| 46 | buffer 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 |
| 45 | trailing whitespace within the current restriction. You can also add | 49 | trailing whitespace within the current restriction. You can also add |
| 46 | this function to `write-file-hooks' or `local-write-file-hooks'. | 50 | this function to `write-file-hooks' or `local-write-file-hooks'. |