diff options
Diffstat (limited to 'lisp/mail/rfc2368.el')
-rw-r--r-- | lisp/mail/rfc2368.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el index b0d2a23b90b..25456523657 100644 --- a/lisp/mail/rfc2368.el +++ b/lisp/mail/rfc2368.el @@ -125,7 +125,7 @@ calling this function." (setq prequery (match-string rfc2368-mailto-prequery-index mailto-url)) - + (setq query (match-string rfc2368-mailto-query-index mailto-url)) @@ -154,9 +154,9 @@ calling this function." (setcdr our-cons-cell (concat our-cdr ", " prequery))) (setq headers-alist (cons (cons "To" prequery) headers-alist))))) - + headers-alist) - + (error "Failed to match a mailto: url")) )) |