Mercurial > emacs
changeset 77835:b9f89e6ea81e
Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 29 May 2007 16:23:22 +0000 |
parents | 44d0773e88ea |
children | 7abeffb8f06b |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Tue May 29 15:30:06 2007 +0000 +++ b/lisp/url/ChangeLog Tue May 29 16:23:22 2007 +0000 @@ -1,7 +1,7 @@ 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. + mail-header-separator if present, so that it is before signature. Suggested by Leo <sdl.web@gmail.com>. 2007-04-15 Chong Yidong <cyd@stupidchicken.com>