aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rfc2368.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rfc2368.el')
-rw-r--r--lisp/mail/rfc2368.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el
index b0d2a23b90..2545652365 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"))
))