From: Chong Yidong Date: Tue, 29 May 2007 15:31:01 +0000 (+0000) Subject: * url-mailto.el (url-mailto): Insert body after X-Git-Tag: emacs-pretest-23.0.90~12539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=345c7f05d8a41b58e90c305db585fb53f26567d5;p=emacs.git * url-mailto.el (url-mailto): Insert body after mail-header-separator if present, so that is is before signature. Suggested by Leo Liu . --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 8c53d49fdd1..364f1bb882a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,9 @@ +2007-05-29 Chong Yidong + + * url-mailto.el (url-mailto): Insert body after + mail-header-separator if present, so that is is before signature. + Suggested by Leo . + 2007-04-15 Chong Yidong * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.