url-mailto.el (url-mailto): Fix a typo in the comment.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-11-12 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* url-mailto.el (url-mailto): Fix a typo in the
|
||||
comment.
|
||||
|
||||
2004-11-02 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* url-imap.el (url-imap-open-host): Don't use
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user