]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorChong Yidong <cyd@stupidchicken.com>
Fri, 2 Sep 2005 12:30:51 +0000 (12:30 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 2 Sep 2005 12:30:51 +0000 (12:30 +0000)
lisp/url/url-mailto.el

index 9b63a35f3bd4612642ba33ec4f68ff755e06d962..3316b7c4b9dcb9e58da5f2050a470a0c7aaae1ac 100644 (file)
@@ -88,7 +88,7 @@
       (if tolist
          (if (not (string= to ""))
              (setcdr tolist
-                     (list (concat to ", " (nth 1 tolist)))))
+                     (list (concat to ", " (cadr tolist)))))
        (setq args (cons (list "to" to) args))))
 
     (setq subject (cdr-safe (assoc "subject" args)))