comparison lisp/ChangeLog @ 109939:7f388ce0e51e

Fix rmail-forward with non-sendmail sending function. * lisp/mail/rmail.el (rmail-forward): Replace mail-text-start with its expansion, so as not to need sendmail. (mail-text-start): Remove declaration. (rmail-retry-failure): Require sendmail.
author Glenn Morris <rgm@gnu.org>
date Fri, 20 Aug 2010 00:11:35 -0700
parents 9b8e40e0bf3c
children 5f6bc820aec9
comparison
equal deleted inserted replaced
109938:a3faf2102c45 109939:7f388ce0e51e
1 2010-08-20 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4 expansion, so as not to need sendmail.
5 (mail-text-start): Remove declaration.
6 (rmail-retry-failure): Require sendmail.
7
1 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> 8 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881). 10 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4 11
5 2010-08-18 Michael Albinus <michael.albinus@gmx.de> 12 2010-08-18 Michael Albinus <michael.albinus@gmx.de>