1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

url-mailto.el (url-mailto): Fix a typo in the comment.

This commit is contained in:
Masatake YAMATO 2004-11-11 18:03:41 +00:00
parent 3a502e66dc
commit de0234ea3d
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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))