From: Chong Yidong Date: Tue, 29 May 2007 15:29:58 +0000 (+0000) Subject: * url-mailto.el (url-mailto): Insert body after X-Git-Tag: emacs-22.1~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fd7fba5d04c467f02351894d7c0ce607af198e8;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.