]> git.eshelyaron.com Git - emacs.git/commitdiff
url-mailto.el (url-mailto): Fix a typo in the comment.
authorMasatake YAMATO <jet@gyve.org>
Thu, 11 Nov 2004 18:03:41 +0000 (18:03 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 11 Nov 2004 18:03:41 +0000 (18:03 +0000)
lisp/url/ChangeLog
lisp/url/url-mailto.el

index 261635d51e227168757946bfa9f3c9bd8fa51b74..eb10dd2a933414ea067611d0086372296141b11f 100644 (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
index f5192bcb03fcd4db65146f61bea229b133b41990..427930931171c0e5120179eae95bda25fade28de 100644 (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))