Mercurial > emacs
changeset 65313:193da07ce98d
*** empty log message ***
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 02 Sep 2005 12:30:51 +0000 |
parents | 915d671fef52 |
children | 6c488c4c11c6 |
files | lisp/url/url-mailto.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-mailto.el Thu Sep 01 16:38:39 2005 +0000 +++ b/lisp/url/url-mailto.el Fri Sep 02 12:30:51 2005 +0000 @@ -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)))