summaryrefslogtreecommitdiff
path: root/lisp/mail/rfc2368.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:24:35 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:24:35 +0000
commita6cd4c489c3d49930ce978fa7f03d4df5e893ec3 (patch)
tree30b32294763818f41caff3af6dde5be3a7e4c919 /lisp/mail/rfc2368.el
parentc44966f3082d203d4437310933504ca726c81c18 (diff)
downloademacs-a6cd4c489c3d49930ce978fa7f03d4df5e893ec3.tar.gz
Trailing whitepace deleted.
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 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"))
))