Mercurial > emacs
comparison lisp/ChangeLog @ 65482:b7611654bd5e
2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
Fix behavior if noerase is `t' and there is no mail buffer.
* simple.el (sendmail-user-agent-compose): Use a new mail buffer
if `continue' is nil, rather than signal an error.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 12 Sep 2005 22:58:55 +0000 |
parents | c60d119298c4 |
children | d454caf05903 |
comparison
equal
deleted
inserted
replaced
65481:59060d7bf36c | 65482:b7611654bd5e |
---|---|
1 2005-09-13 Chong Yidong <cyd@stupidchicken.com> | 1 2005-09-13 Chong Yidong <cyd@stupidchicken.com> |
2 | 2 |
3 * custom.el (custom-push-theme): Handle the case where a symbol is | 3 * custom.el (custom-push-theme): Handle the case where a symbol is |
4 bound but face properties have not yet been assigned. | 4 bound but face properties have not yet been assigned. |
5 | 5 |
6 * mail/sendmail.el (mail): Use new buffer if `noerase' argument is | 6 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'. |
7 `new'. | 7 Fix behavior if noerase is `t' and there is no mail buffer. |
8 | |
9 * simple.el (sendmail-user-agent-compose): Use a new mail buffer | |
10 if `continue' is nil, rather than signal an error. | |
8 | 11 |
9 2005-09-12 Richard M. Stallman <rms@gnu.org> | 12 2005-09-12 Richard M. Stallman <rms@gnu.org> |
10 | 13 |
11 * font-lock.el (font-lock-keywords): Add autoload. | 14 * font-lock.el (font-lock-keywords): Add autoload. |
12 | 15 |