Mercurial > emacs
changeset 81093:5199317dbf14
* url-mailto.el (url-mailto): Insert body after
mail-header-separator if present, so that is is before signature.
Suggested by Leo <sdl.web@gmail.com>.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 29 May 2007 15:31:01 +0000 |
parents | 74defab53a8c |
children | cbb2553eb725 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Tue May 29 00:53:54 2007 +0000 +++ b/lisp/url/ChangeLog Tue May 29 15:31:01 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-29 Chong Yidong <cyd@stupidchicken.com> + + * url-mailto.el (url-mailto): Insert body after + mail-header-separator if present, so that is is before signature. + Suggested by Leo <sdl.web@gmail.com>. + 2007-04-15 Chong Yidong <cyd@stupidchicken.com> * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.