diff options
author | Glenn Morris <rgm@gnu.org> | 2010-02-11 21:20:50 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-02-11 21:20:50 -0800 |
commit | c5347676c7def7940cf7ebe237fa72ae307d3019 (patch) | |
tree | ca42fa51275ae1303cf34621290f0338f199b3bf | |
parent | 28f0b0721d9fb54f713ba518d4fa94dfa565ee1b (diff) | |
download | emacs-c5347676c7def7940cf7ebe237fa72ae307d3019.tar.gz |
* NEWS: Mention mail-interactive change from Emacs 23.1.
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -273,6 +273,11 @@ unaware that their mail configuration has changed. To disable this check, set compose-mail-user-agent-warnings to nil. +** The default value of mail-interactive is t, since Emacs 23.1. +(This was not announced at the time.) It means that when sending mail, +Emacs will wait for the process sending mail to return. If you +experience delays when sending mail, you may wish to set this to nil. + ** nXML mode is now the default for editing XML files. ** Shell |