]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/rfc2368.el
(rmail-get-new-mail): Don't reference
[gnu-emacs] / lisp / mail / rfc2368.el
index b0d2a23b90b71f674a8b455221b7fff59e71195c..4bfeb9110630a0520bdd4cfcefa89dc53a5d9c2f 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,12 +154,13 @@ 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"))
     ))
 
 (provide 'rfc2368)
 
+;;; arch-tag: ea804934-ad96-4f69-957b-857a76e4fd95
 ;;; rfc2368.el ends here