# HG changeset patch # User Masatake YAMATO # Date 1100196221 0 # Node ID 9eeb05e27d328f9d485001e903407bea4f7aa86f # Parent a93efc8bd56c26814ad16facb2cc4a1acfdbcae7 url-mailto.el (url-mailto): Fix a typo in the comment. diff -r a93efc8bd56c -r 9eeb05e27d32 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Thu Nov 11 15:01:34 2004 +0000 +++ b/lisp/url/ChangeLog Thu Nov 11 18:03:41 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-12 Masatake YAMATO + + * url-mailto.el (url-mailto): Fix a typo in the + comment. + 2004-11-02 Masatake YAMATO * url-imap.el (url-imap-open-host): Don't use diff -r a93efc8bd56c -r 9eeb05e27d32 lisp/url/url-mailto.el --- a/lisp/url/url-mailto.el Thu Nov 11 15:01:34 2004 +0000 +++ b/lisp/url/url-mailto.el Thu Nov 11 18:03:41 2004 +0000 @@ -63,7 +63,7 @@ (defun url-mailto (url) "Handle the mailto: URL syntax." (if (url-user url) - ;; malformed mailto URL (mailto://wmperry@gnu.org instead of + ;; malformed mailto URL (mailto://wmperry@gnu.org) instead of ;; mailto:wmperry@gnu.org (url-set-filename url (concat (url-user url) "@" (url-filename url)))) (setq url (url-filename url))