diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-05-29 15:29:58 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-05-29 15:29:58 +0000 |
commit | 3fd7fba5d04c467f02351894d7c0ce607af198e8 (patch) | |
tree | 3ebf57deddeb14a40588fdda5f75f318ad2e1319 /lisp/url | |
parent | 250495a7193b1494d5a5d488d4134768709a5fb7 (diff) | |
download | emacs-3fd7fba5d04c467f02351894d7c0ce607af198e8.tar.gz emacs-3fd7fba5d04c467f02351894d7c0ce607af198e8.tar.bz2 emacs-3fd7fba5d04c467f02351894d7c0ce607af198e8.zip |
* url-mailto.el (url-mailto): Insert body after
mail-header-separator if present, so that is is before signature.
Suggested by Leo Liu <sdl.web@gmail.com>.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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. |