Trailing whitepace deleted.
[bpt/emacs.git] / lisp / mail / rfc2368.el
index b0d2a23..2545652 100644 (file)
@@ -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"))
     ))