diff options
author | Richard Ryniker <ryniker@alum.mit.edu> | 2015-03-30 17:38:25 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-03-30 17:38:25 +0200 |
commit | d9eff02736c975dc5035e02249ff17c8a068d203 (patch) | |
tree | 1dfd01b2fa10f31ed683a4675b9df1630314d9dc /lisp/ChangeLog | |
parent | d16fb740912bf4874e7087f6f419427516047977 (diff) | |
download | emacs-d9eff02736c975dc5035e02249ff17c8a068d203.tar.gz |
In sendmail-send-it don't switch to non-existent buffer. (Bug#20211)
* mail/sendmail.el (sendmail-send-it): Do not attempt to switch
to non-existent buffer (errbuf is not created when customization
variable mail-interactive is nil). (Bug#20211)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd346f05afb..69d9ab9f977 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2015-03-30 Richard Ryniker <ryniker@alum.mit.edu> (tiny change) + + * mail/sendmail.el (sendmail-send-it): Do not attempt to switch + to non-existent buffer (errbuf is not created when customization + variable mail-interactive is nil). (Bug#20211) + 2015-03-29 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/smie.el (smie-backward-sexp-command) |